public enum SortType extends java.lang.Enum<SortType>
UtilPackage.getSortType()| Enum Constant and Description |
|---|
ASCENDING
The 'ASCENDING' literal object.
|
DESCENDING
The 'DESCENDING' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ASCENDING_VALUE
The 'ASCENDING' literal value.
|
static int |
DESCENDING_VALUE
The 'DESCENDING' literal value.
|
static java.util.List<SortType> |
VALUES
A public read-only list of all the 'Sort Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static SortType |
get(int value)
Returns the 'Sort Type' literal with the specified integer value.
|
static SortType |
get(java.lang.String literal)
Returns the 'Sort Type' literal with the specified literal value.
|
static SortType |
getByName(java.lang.String name)
Returns the 'Sort Type' literal with the specified name.
|
java.lang.String |
getLiteral() |
java.lang.String |
getName() |
int |
getValue() |
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
static SortType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SortType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SortType ASCENDING
ASCENDING_VALUEpublic static final SortType DESCENDING
DESCENDING_VALUEpublic static final int ASCENDING_VALUE
If the meaning of 'ASCENDING' literal object isn't clear, there really should be more of a description here...
ASCENDING,
Constant Field Valuespublic static final int DESCENDING_VALUE
If the meaning of 'DESCENDING' literal object isn't clear, there really should be more of a description here...
DESCENDING,
Constant Field Valuespublic static final java.util.List<SortType> VALUES
public static SortType[] values()
for (SortType c : SortType.values()) System.out.println(c);
public static SortType 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 SortType get(java.lang.String literal)
literal - the literal.null.public static SortType getByName(java.lang.String name)
name - the name.null.public static SortType get(int value)
value - the integer value.null.public int getValue()
public java.lang.String getName()
public java.lang.String getLiteral()
public java.lang.String toString()
toString in class java.lang.Enum<SortType>Data In Motion GmbH all rights reserved