public enum SortContext extends java.lang.Enum<SortContext>
Enum Constant and Description |
---|
GRAPH
Constant GRAPH
|
SET
Constant SET
|
SETITERATION
Constant SETITERATION
|
SETLISTPOSTRESOLVE
Constant SETLISTPOSTRESOLVE
|
SETLISTPRERESOLVE
Constant SETLISTPRERESOLVE
|
Modifier and Type | Method and Description |
---|---|
static SortContext |
fromValue(java.lang.String value)
Method fromValue.
|
void |
setValue(java.lang.String value) |
java.lang.String |
toString()
Method toString.
|
java.lang.String |
value()
Method value.
|
static SortContext |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SortContext[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SortContext GRAPH
public static final SortContext SET
public static final SortContext SETLISTPRERESOLVE
public static final SortContext SETLISTPOSTRESOLVE
public static final SortContext SETITERATION
public static SortContext[] values()
for (SortContext c : SortContext.values()) System.out.println(c);
public static SortContext 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 nullpublic static SortContext fromValue(java.lang.String value)
value
- public void setValue(java.lang.String value)
value
- public java.lang.String toString()
toString
in class java.lang.Enum<SortContext>
public java.lang.String value()