Uses of Class
edu.cornell.mannlib.vitro.webapp.controller.accounts.UserAccountsOrdering.Field
-
Packages that use UserAccountsOrdering.Field Package Description edu.cornell.mannlib.vitro.webapp.controller.accounts -
-
Uses of UserAccountsOrdering.Field in edu.cornell.mannlib.vitro.webapp.controller.accounts
Fields in edu.cornell.mannlib.vitro.webapp.controller.accounts declared as UserAccountsOrdering.Field Modifier and Type Field Description static UserAccountsOrdering.FieldUserAccountsOrdering.Field. DEFAULT_FIELDMethods in edu.cornell.mannlib.vitro.webapp.controller.accounts that return UserAccountsOrdering.Field Modifier and Type Method Description static UserAccountsOrdering.FieldUserAccountsOrdering.Field. fromName(String name)UserAccountsOrdering.FieldUserAccountsOrdering. getField()static UserAccountsOrdering.FieldUserAccountsOrdering.Field. valueOf(String name)Returns the enum constant of this type with the specified name.static UserAccountsOrdering.Field[]UserAccountsOrdering.Field. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in edu.cornell.mannlib.vitro.webapp.controller.accounts with parameters of type UserAccountsOrdering.Field Constructor Description UserAccountsOrdering(UserAccountsOrdering.Field field, UserAccountsOrdering.Direction direction)
-