Uses of Class
com.atlassian.confluence.macro.params.SortType
-
Packages that use SortType Package Description com.atlassian.confluence.macro.params -
-
Uses of SortType in com.atlassian.confluence.macro.params
Methods in com.atlassian.confluence.macro.params that return SortType Modifier and Type Method Description static SortTypeSortType. get(String name)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.
-