Uses of Class
edu.cornell.mannlib.vitro.webapp.beans.UserAccount.Status
-
Packages that use UserAccount.Status Package Description edu.cornell.mannlib.vitro.webapp.beans -
-
Uses of UserAccount.Status in edu.cornell.mannlib.vitro.webapp.beans
Methods in edu.cornell.mannlib.vitro.webapp.beans that return UserAccount.Status Modifier and Type Method Description static UserAccount.StatusUserAccount.Status. fromString(String s)UserAccount.StatusUserAccount. getStatus()static UserAccount.StatusUserAccount.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static UserAccount.Status[]UserAccount.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.cornell.mannlib.vitro.webapp.beans with parameters of type UserAccount.Status Modifier and Type Method Description voidUserAccount. setStatus(UserAccount.Status status)
-