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

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

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

A representation of the literals of the enumeration 'Integrity Control Option', and utility methods for working with them.

See Also:
SQLDataTypesPackage.getIntegrityControlOption()

Field Summary
static int ALL
          The 'ALL' literal value.
static IntegrityControlOption ALL_LITERAL
          The 'ALL' literal object.
static int NONE
          The 'NONE' literal value.
static IntegrityControlOption NONE_LITERAL
          The 'NONE' literal object.
static int SELECTIVE
          The 'SELECTIVE' literal value.
static IntegrityControlOption SELECTIVE_LITERAL
          The 'SELECTIVE' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Integrity Control Option' enumerators.
 
Method Summary
static IntegrityControlOption get(int value)
          Returns the 'Integrity Control Option' literal with the specified value.
static IntegrityControlOption get(java.lang.String name)
          Returns the 'Integrity Control Option' 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

ALL

public static final int ALL
The 'ALL' literal value.
See Also:
ALL_LITERAL

SELECTIVE

public static final int SELECTIVE
The 'SELECTIVE' literal value.
See Also:
SELECTIVE_LITERAL

NONE

public static final int NONE
The 'NONE' literal value.
See Also:
NONE_LITERAL

ALL_LITERAL

public static final IntegrityControlOption ALL_LITERAL
The 'ALL' literal object.

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

See Also:
ALL

SELECTIVE_LITERAL

public static final IntegrityControlOption SELECTIVE_LITERAL
The 'SELECTIVE' literal object.

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

See Also:
SELECTIVE

NONE_LITERAL

public static final IntegrityControlOption NONE_LITERAL
The 'NONE' literal object.

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

See Also:
NONE

VALUES

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

get

public static IntegrityControlOption get(java.lang.String name)
Returns the 'Integrity Control Option' literal with the specified name.

get

public static IntegrityControlOption get(int value)
Returns the 'Integrity Control Option' literal with the specified value.