|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<NullOrderingType>
org.eclipse.datatools.connectivity.oda.design.NullOrderingType
public enum NullOrderingType
A representation of the literals of the enumeration 'Null Ordering Type', and utility methods for working with them. The type of null value ordering defined in a sort key.
DesignPackage.getNullOrderingType()
Enum Constant Summary | |
---|---|
NULLS_FIRST
The 'Nulls First' literal object. |
|
NULLS_LAST
The 'Nulls Last' literal object. |
|
UNKNOWN
The 'Unknown' literal object. |
Field Summary | |
---|---|
static java.lang.String |
copyright
|
static int |
NULLS_FIRST_VALUE
The 'Nulls First' literal value. |
static int |
NULLS_LAST_VALUE
The 'Nulls Last' literal value. |
static int |
UNKNOWN_VALUE
The 'Unknown' literal value. |
static java.util.List<NullOrderingType> |
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. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static NullOrderingType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static NullOrderingType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final NullOrderingType UNKNOWN
UNKNOWN_VALUE
public static final NullOrderingType NULLS_FIRST
NULLS_FIRST_VALUE
public static final NullOrderingType NULLS_LAST
NULLS_LAST_VALUE
Field Detail |
---|
public static final java.lang.String copyright
public static final int UNKNOWN_VALUE
If the meaning of 'Unknown' literal object isn't clear, there really should be more of a description here...
UNKNOWN
,
Constant Field Valuespublic static final int NULLS_FIRST_VALUE
If the meaning of 'Nulls First' literal object isn't clear, there really should be more of a description here...
NULLS_FIRST
,
Constant Field Valuespublic static final int NULLS_LAST_VALUE
If the meaning of 'Nulls Last' literal object isn't clear, there really should be more of a description here...
NULLS_LAST
,
Constant Field Valuespublic static final java.util.List<NullOrderingType> VALUES
Method Detail |
---|
public static final NullOrderingType[] values()
for(NullOrderingType c : NullOrderingType.values()) System.out.println(c);
public static NullOrderingType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static NullOrderingType get(java.lang.String literal)
public static NullOrderingType getByName(java.lang.String name)
public static NullOrderingType get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<NullOrderingType>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |