|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.hyades.models.hierarchy.extensions.OrderByOperators
A representation of the literals of the enumeration 'Order By Operators', and utility methods for working with them.
ExtensionsPackage.getOrderByOperators()| Field Summary | |
|---|---|
static int |
ASC
The 'ASC' literal value. |
static OrderByOperators |
ASC_LITERAL
The 'ASC' literal object. |
static int |
DESC
The 'DESC' literal value. |
static OrderByOperators |
DESC_LITERAL
The 'DESC' literal object. |
static java.util.List |
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 value. |
static OrderByOperators |
get(java.lang.String name)
Returns the 'Order By Operators' literal with the specified name. |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
|---|
getName, getValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int ASC
ASC_LITERAL,
Constant Field Valuespublic static final int DESC
DESC_LITERAL,
Constant Field Valuespublic 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...
DESCpublic static final java.util.List VALUES
| Method Detail |
public static OrderByOperators get(java.lang.String name)
public static OrderByOperators get(int value)
|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||