Uses of Enum
model.State

Packages that use State
Package
Description
 
  • Uses of State in model

    Subclasses with type arguments of type State in model
    Modifier and Type
    Class
    Description
    enum 
    POssible states of an Entity
    Fields in model declared as State
    Modifier and Type
    Field
    Description
    protected State
    The current state of the entity
    Methods in model that return State
    Modifier and Type
    Method
    Description
     
    static State
    State.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    static State[]
    State.values()
    Returns an array containing the constants of this enum type, in the order they are declared.
    Methods in model with parameters of type State
    Modifier and Type
    Method
    Description
    final void
    Entity.setCurrentState(State newState)