org.eclipse.wst.rdb.internal.models.sql.constraints
Class IncrementType

java.lang.Object
  |
  +--org.eclipse.emf.common.util.AbstractEnumerator
        |
        +--org.eclipse.wst.rdb.internal.models.sql.constraints.IncrementType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

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

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

See Also:
SQLConstraintsPackage.getIncrementType()

Field Summary
static int ASC
          The 'ASC' literal value.
static IncrementType ASC_LITERAL
          The 'ASC' literal object.
static int DES
          The 'DES' literal value.
static IncrementType DES_LITERAL
          The 'DES' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Increment Type' enumerators.
 
Method Summary
static IncrementType get(int value)
          Returns the 'Increment Type' literal with the specified value.
static IncrementType get(java.lang.String name)
          Returns the 'Increment Type' literal with the specified name.
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
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

DES

public static final int DES
The 'DES' literal value.
See Also:
DES_LITERAL

ASC_LITERAL

public static final IncrementType 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

DES_LITERAL

public static final IncrementType DES_LITERAL
The 'DES' literal object.

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

See Also:
DES

VALUES

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

get

public static IncrementType get(java.lang.String name)
Returns the 'Increment Type' literal with the specified name.

get

public static IncrementType get(int value)
Returns the 'Increment Type' literal with the specified value.