public static enum HistoryOptions.SortOrder extends Enum<HistoryOptions.SortOrder>
| Modifier and Type | Method and Description |
|---|---|
Keyword |
getKeyword() |
static HistoryOptions.SortOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoryOptions.SortOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistoryOptions.SortOrder ASC
public static final HistoryOptions.SortOrder DESC
public static HistoryOptions.SortOrder[] values()
for (HistoryOptions.SortOrder c : HistoryOptions.SortOrder.values()) System.out.println(c);
public static HistoryOptions.SortOrder valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Keyword getKeyword()