| 
 | ||||||||||
| 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.query.NullOrderingType
public final class NullOrderingType
A representation of the literals of the enumeration 'Null Ordering Type', and utility methods for working with them.
SQLQueryModelPackage.getNullOrderingType(), 
Serialized Form| Field Summary | |
|---|---|
| static int | NONEThe 'NONE' literal value. | 
| static NullOrderingType | NONE_LITERALThe 'NONE' literal object. | 
| static int | NULLS_FIRSTThe 'NULLS FIRST' literal value. | 
| static NullOrderingType | NULLS_FIRST_LITERALThe 'NULLS FIRST' literal object. | 
| static int | NULLS_LASTThe 'NULLS LAST' literal value. | 
| static NullOrderingType | NULLS_LAST_LITERALThe 'NULLS LAST' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'Null Ordering Type' enumerators. | 
| Method Summary | |
|---|---|
| static NullOrderingType | get(int value)Returns the 'Null Ordering Type' literal with the specified integer value. | 
| static NullOrderingType | get(java.lang.String literal)Returns the 'Null Ordering Type' literal with the specified literal value. | 
| static NullOrderingType | getByName(java.lang.String name)Returns the 'Null 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 NONE
If the meaning of 'NONE' literal object isn't clear, there really should be more of a description here...
NONE_LITERAL, 
Constant Field Valuespublic static final int NULLS_FIRST
If the meaning of 'NULLS FIRST' literal object isn't clear, there really should be more of a description here...
NULLS_FIRST_LITERAL, 
Constant Field Valuespublic static final int NULLS_LAST
If the meaning of 'NULLS LAST' literal object isn't clear, there really should be more of a description here...
NULLS_LAST_LITERAL, 
Constant Field Valuespublic static final NullOrderingType NONE_LITERAL
NONEpublic static final NullOrderingType NULLS_FIRST_LITERAL
NULLS_FIRSTpublic static final NullOrderingType NULLS_LAST_LITERAL
NULLS_LASTpublic static final java.util.List VALUES
| Method Detail | 
|---|
public static NullOrderingType get(java.lang.String literal)
public static NullOrderingType getByName(java.lang.String name)
public static NullOrderingType get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||