Uses of Class
Cosm.UserState

Packages that use UserState
Cosm   
 

Uses of UserState in Cosm
 

Methods in Cosm that return UserState
 UserState User.getState()
           
static UserState UserState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UserState[] UserState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in Cosm with parameters of type UserState
 void User.setState(UserState state)