| 
 | ||||||||||
| 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.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(), 
Serialized Form| Field Summary | |
|---|---|
| static int | EQUALSThe 'EQUALS' literal value. | 
| static OrderingType | EQUALS_LITERALThe 'EQUALS' literal object. | 
| static int | FULLThe 'FULL' literal value. | 
| static OrderingType | FULL_LITERALThe 'FULL' literal object. | 
| static java.util.List | VALUESA 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 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 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...
EQUALSpublic static final OrderingType FULL_LITERAL
If the meaning of 'FULL' literal object isn't clear, there really should be more of a description here...
FULLpublic 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 | |||||||||