com.ibm.db.models.db2.zSeries
Class OrderingType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.ibm.db.models.db2.zSeries.OrderingType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class OrderingType
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Ordering Type', and utility methods for working with them.

See Also:
ZSeriesPackage.getOrderingType()

Field Summary
static int ASC
          The 'ASC' literal value.
static OrderingType ASC_LITERAL
          The 'ASC' literal object.
static int DESC
          The 'DESC' literal value.
static OrderingType DESC_LITERAL
          The 'DESC' literal object.
static java.util.List VALUES
          A 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

ASC

public static final int ASC
The 'ASC' literal value.

See Also:
ASC_LITERAL, Constant Field Values

DESC

public static final int DESC
The 'DESC' literal value.

See Also:
DESC_LITERAL, Constant Field Values

ASC_LITERAL

public static final OrderingType ASC_LITERAL
The 'ASC' literal object.

If the meaning of 'ASC' literal object isn't clear, there really should be more of a description here...

See Also:
ASC

DESC_LITERAL

public static final OrderingType DESC_LITERAL
The 'DESC' literal object.

If the meaning of 'DESC' literal object isn't clear, there really should be more of a description here...

See Also:
DESC

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Ordering Type' enumerators.

Method Detail

get

public static OrderingType get(java.lang.String literal)
Returns the 'Ordering Type' literal with the specified literal value.


getByName

public static OrderingType getByName(java.lang.String name)
Returns the 'Ordering Type' literal with the specified name.


get

public static OrderingType get(int value)
Returns the 'Ordering Type' literal with the specified integer value.