public static enum RequestComparator.Criteria extends java.lang.Enum<RequestComparator.Criteria>
| Enum Constant and Description |
|---|
CREATION_DATE |
DECISION_DATE |
ID |
STATUS |
| Modifier and Type | Method and Description |
|---|---|
static RequestComparator.Criteria |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RequestComparator.Criteria[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestComparator.Criteria CREATION_DATE
public static final RequestComparator.Criteria DECISION_DATE
public static final RequestComparator.Criteria ID
public static final RequestComparator.Criteria STATUS
public static RequestComparator.Criteria[] values()
for (RequestComparator.Criteria c : RequestComparator.Criteria.values()) System.out.println(c);
public static RequestComparator.Criteria valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null