Uses of Class
org.cxbox.core.controller.param.SortType
-
Packages that use SortType Package Description org.cxbox.core.controller.param -
-
Uses of SortType in org.cxbox.core.controller.param
Methods in org.cxbox.core.controller.param that return SortType Modifier and Type Method Description static SortTypeSortType. of(String value, SortType defaultValue)static SortTypeSortType. valueOf(String name)Returns the enum constant of this type with the specified name.static SortType[]SortType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cxbox.core.controller.param with parameters of type SortType Modifier and Type Method Description static SortTypeSortType. of(String value, SortType defaultValue)Constructors in org.cxbox.core.controller.param with parameters of type SortType Constructor Description SortParameter(String name, SortType type, Integer priority)
-