public class SortBy extends Enumeration
Modifier and Type | Field and Description |
---|---|
static SortBy |
EXTENSION |
static SortBy |
FILENAME |
static SortBy |
LASTMODIFIED |
static SortBy |
PRIORITY |
static java.util.List<? extends java.lang.Object> |
SORT_BYS |
code, description, number, subDescription
Modifier and Type | Method and Description |
---|---|
static SortBy |
getSortBy(java.lang.String code)
Return the SortBy object given by the code (key)
|
compareTo, contains, equals, getCode, getDescription, getEnumeration, getNumber, getSubDescription, toString
public static final SortBy EXTENSION
public static final SortBy FILENAME
public static final SortBy LASTMODIFIED
public static final SortBy PRIORITY
public static final java.util.List<? extends java.lang.Object> SORT_BYS
public static SortBy getSortBy(java.lang.String code)
code
- The code to find in this enumeration