|
|||||||||||
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.OrderingCategoryType
A representation of the literals of the enumeration 'Ordering Category Type', and utility methods for working with them. Reference: 5WD-02-Foundation-2002-12 4.7 User-defined types
SQLDataTypesPackage.getOrderingCategoryType()
,
Serialized FormField Summary | |
static int |
MAP
The 'MAP' literal value. |
static OrderingCategoryType |
MAP_LITERAL
The 'MAP' literal object. |
static int |
RELATIVE
The 'RELATIVE' literal value. |
static OrderingCategoryType |
RELATIVE_LITERAL
The 'RELATIVE' literal object. |
static int |
STATE
The 'STATE' literal value. |
static OrderingCategoryType |
STATE_LITERAL
The 'STATE' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Ordering Category Type' enumerators. |
Method Summary | |
static OrderingCategoryType |
get(int value)
Returns the 'Ordering Category Type' literal with the specified integer value. |
static OrderingCategoryType |
get(java.lang.String literal)
Returns the 'Ordering Category Type' literal with the specified literal value. |
static OrderingCategoryType |
getByName(java.lang.String name)
Returns the 'Ordering Category 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 RELATIVE
RELATIVE_LITERAL
,
Constant Field Valuespublic static final int MAP
MAP_LITERAL
,
Constant Field Valuespublic static final int STATE
STATE_LITERAL
,
Constant Field Valuespublic static final OrderingCategoryType RELATIVE_LITERAL
If the meaning of 'RELATIVE' literal object isn't clear, there really should be more of a description here...
RELATIVE
public static final OrderingCategoryType MAP_LITERAL
If the meaning of 'MAP' literal object isn't clear, there really should be more of a description here...
MAP
public static final OrderingCategoryType STATE_LITERAL
If the meaning of 'STATE' literal object isn't clear, there really should be more of a description here...
STATE
public static final java.util.List VALUES
Method Detail |
public static OrderingCategoryType get(java.lang.String literal)
public static OrderingCategoryType getByName(java.lang.String name)
public static OrderingCategoryType get(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |