Uses of Class
uaa.feral.social.network.Status

Packages that use Status
uaa.feral.social   
uaa.feral.social.network   
 

Uses of Status in uaa.feral.social
 

Methods in uaa.feral.social that return Status
 Status Person.getStatus()
           
 

Methods in uaa.feral.social with parameters of type Status
 void Person.setStatus(Status status)
           
 

Uses of Status in uaa.feral.social.network
 

Methods in uaa.feral.social.network that return Status
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.