org.eclipse.wst.rdb.internal.models.sql.datatypes
Class OrderingCategoryType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.wst.rdb.internal.models.sql.datatypes.OrderingCategoryType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

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

A representation of the literals of the enumeration 'Ordering Category Type', and utility methods for working with them. Reference: 5WD-02-Foundation-2002-12 4.7 User-defined types

See Also:
SQLDataTypesPackage.getOrderingCategoryType()

Field Summary
static int MAP
          The 'MAP' literal value.
static OrderingCategoryType MAP_LITERAL
          The 'MAP' literal object.
static int RELATIVE
          The 'RELATIVE' literal value.
static OrderingCategoryType RELATIVE_LITERAL
          The 'RELATIVE' literal object.
static int STATE
          The 'STATE' literal value.
static OrderingCategoryType STATE_LITERAL
          The 'STATE' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Ordering Category Type' enumerators.
 
Method Summary
static OrderingCategoryType get(int value)
          Returns the 'Ordering Category Type' literal with the specified integer value.
static OrderingCategoryType get(java.lang.String literal)
          Returns the 'Ordering Category Type' literal with the specified literal value.
static OrderingCategoryType getByName(java.lang.String name)
          Returns the 'Ordering Category 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

RELATIVE

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

See Also:
RELATIVE_LITERAL, Constant Field Values

MAP

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

See Also:
MAP_LITERAL, Constant Field Values

STATE

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

See Also:
STATE_LITERAL, Constant Field Values

RELATIVE_LITERAL

public static final OrderingCategoryType RELATIVE_LITERAL
The 'RELATIVE' literal object.

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

See Also:
RELATIVE

MAP_LITERAL

public static final OrderingCategoryType MAP_LITERAL
The 'MAP' literal object.

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

See Also:
MAP

STATE_LITERAL

public static final OrderingCategoryType STATE_LITERAL
The 'STATE' literal object.

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

See Also:
STATE

VALUES

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

Method Detail

get

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


getByName

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


get

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