Uses of Class
net.charlesames.utility.entity.Status

Packages that use Status
net.charlesames.utility.entity   
 

Uses of Status in net.charlesames.utility.entity
 

Methods in net.charlesames.utility.entity that return Status
 Status Entity.getStatus()
          Getter for the Status property.
static Status Status.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Status[] Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.charlesames.utility.entity with parameters of type Status
 boolean WriteableEntity.setStatus(Status status)
           
 boolean Entity.setStatus(Status value)
          Setter for the Status property.