Uses of Class
be.personify.util.SortOrder
-
Packages that use SortOrder Package Description be.personify.util -
-
Uses of SortOrder in be.personify.util
Methods in be.personify.util that return SortOrder Modifier and Type Method Description SortOrderSortCriterium. getSortOrder()static SortOrderSortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static SortOrder[]SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in be.personify.util with parameters of type SortOrder Modifier and Type Method Description voidSortCriterium. setSortOrder(SortOrder sortOrder)Constructors in be.personify.util with parameters of type SortOrder Constructor Description SortCriterium(String a, SortOrder s)The constructor
-