Uses of Class
edu.cornell.mannlib.vitro.webapp.controller.accounts.UserAccountsOrdering.Direction
-
Packages that use UserAccountsOrdering.Direction Package Description edu.cornell.mannlib.vitro.webapp.controller.accounts -
-
Uses of UserAccountsOrdering.Direction in edu.cornell.mannlib.vitro.webapp.controller.accounts
Fields in edu.cornell.mannlib.vitro.webapp.controller.accounts declared as UserAccountsOrdering.Direction Modifier and Type Field Description static UserAccountsOrdering.DirectionUserAccountsOrdering.Direction. DEFAULT_DIRECTIONMethods in edu.cornell.mannlib.vitro.webapp.controller.accounts that return UserAccountsOrdering.Direction Modifier and Type Method Description static UserAccountsOrdering.DirectionUserAccountsOrdering.Direction. fromKeyword(String keyword)UserAccountsOrdering.DirectionUserAccountsOrdering. getDirection()static UserAccountsOrdering.DirectionUserAccountsOrdering.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static UserAccountsOrdering.Direction[]UserAccountsOrdering.Direction. 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.Direction Constructor Description UserAccountsOrdering(UserAccountsOrdering.Field field, UserAccountsOrdering.Direction direction)
-