|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.modelbase.sql.datatypes.OrderingType
public final class OrderingType
A representation of the literals of the enumeration 'Ordering Type', and utility methods for working with them. Reference: 5WD-02-Foundation-2002-12 4.7 User-defined types
SQLDataTypesPackage.getOrderingType()
Field Summary | |
---|---|
static int |
EQUALS
The 'EQUALS' literal value. |
static OrderingType |
EQUALS_LITERAL
The 'EQUALS' literal object. |
static int |
FULL
The 'FULL' literal value. |
static OrderingType |
FULL_LITERAL
The 'FULL' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Ordering Type' enumerators. |
Method Summary | |
---|---|
static OrderingType |
get(int value)
Returns the 'Ordering Type' literal with the specified integer value. |
static OrderingType |
get(java.lang.String literal)
Returns the 'Ordering Type' literal with the specified literal value. |
static OrderingType |
getByName(java.lang.String name)
Returns the 'Ordering Type' literal with the specified name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int EQUALS
EQUALS_LITERAL
,
Constant Field Valuespublic static final int FULL
FULL_LITERAL
,
Constant Field Valuespublic static final OrderingType EQUALS_LITERAL
If the meaning of 'EQUALS' literal object isn't clear, there really should be more of a description here...
EQUALS
public static final OrderingType FULL_LITERAL
If the meaning of 'FULL' literal object isn't clear, there really should be more of a description here...
FULL
public static final java.util.List VALUES
Method Detail |
---|
public static OrderingType get(java.lang.String literal)
public static OrderingType getByName(java.lang.String name)
public static OrderingType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |