|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.modelbase.sql.query.NullOrderingType
A representation of the literals of the enumeration 'Null Ordering Type', and utility methods for working with them.
SQLQueryModelPackage.getNullOrderingType()
,
Serialized FormField Summary | |
static int |
NONE
The 'NONE' literal value. |
static NullOrderingType |
NONE_LITERAL
The 'NONE' literal object. |
static int |
NULLS_FIRST
The 'NULLS FIRST' literal value. |
static NullOrderingType |
NULLS_FIRST_LITERAL
The 'NULLS FIRST' literal object. |
static int |
NULLS_LAST
The 'NULLS LAST' literal value. |
static NullOrderingType |
NULLS_LAST_LITERAL
The 'NULLS LAST' literal object. |
static java.util.List |
VALUES
A 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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, 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
NONE
public static final NullOrderingType NULLS_FIRST_LITERAL
NULLS_FIRST
public static final NullOrderingType NULLS_LAST_LITERAL
NULLS_LAST
public 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 |