| 
 | ||||||||||
| 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.datatools.modelbase.sql.datatypes.OrderingCategoryType
public final class 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 Form| Field Summary | |
|---|---|
| static int | MAPThe 'MAP' literal value. | 
| static OrderingCategoryType | MAP_LITERALThe 'MAP' literal object. | 
| static int | RELATIVEThe 'RELATIVE' literal value. | 
| static OrderingCategoryType | RELATIVE_LITERALThe 'RELATIVE' literal object. | 
| static int | STATEThe 'STATE' literal value. | 
| static OrderingCategoryType | STATE_LITERALThe 'STATE' literal object. | 
| static java.util.List | VALUESA 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 org.eclipse.emf.common.util.AbstractEnumerator | 
|---|
| getLiteral, getName, getValue, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, 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...
RELATIVEpublic static final OrderingCategoryType MAP_LITERAL
If the meaning of 'MAP' literal object isn't clear, there really should be more of a description here...
MAPpublic static final OrderingCategoryType STATE_LITERAL
If the meaning of 'STATE' literal object isn't clear, there really should be more of a description here...
STATEpublic 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 | |||||||||