|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<OrderByOperators>
org.eclipse.hyades.models.hierarchy.extensions.OrderByOperators
public enum OrderByOperators
A representation of the literals of the enumeration 'Order By Operators', and utility methods for working with them.
ExtensionsPackage.getOrderByOperators()| Enum Constant Summary | |
|---|---|
ASC_LITERAL
The 'ASC' literal object |
|
DESC_LITERAL
The 'DESC' literal object |
|
| Field Summary | |
|---|---|
static int |
ASC
The 'ASC' literal value |
static int |
DESC
The 'DESC' literal value |
static java.util.List<OrderByOperators> |
VALUES
A public read-only list of all the 'Order By Operators' enumerators |
| Method Summary | |
|---|---|
static OrderByOperators |
get(int value)
Returns the 'Order By Operators' literal with the specified integer value |
static OrderByOperators |
get(java.lang.String literal)
Returns the 'Order By Operators' literal with the specified literal value |
static OrderByOperators |
getByName(java.lang.String name)
Returns the 'Order By Operators' 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 OrderByOperators |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static OrderByOperators[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OrderByOperators ASC_LITERAL
If the meaning of 'ASC' literal object isn't clear, there really should be more of a description here...
ASCpublic static final OrderByOperators DESC_LITERAL
If the meaning of 'DESC' literal object isn't clear, there really should be more of a description here...
DESC| Field Detail |
|---|
public static final int ASC
ASC_LITERAL,
Constant Field Valuespublic static final int DESC
DESC_LITERAL,
Constant Field Valuespublic static final java.util.List<OrderByOperators> VALUES
| Method Detail |
|---|
public static final OrderByOperators[] values()
for(OrderByOperators c : OrderByOperators.values())
System.out.println(c);
public static OrderByOperators 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 namepublic static OrderByOperators get(java.lang.String literal)
public static OrderByOperators getByName(java.lang.String name)
public static OrderByOperators get(int value)
public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String toString()
toString in class java.lang.Enum<OrderByOperators>
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||