com.ibm.db.models.db2.luw
Class CheckOptionType

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

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

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

See Also:
LUWPackage.getCheckOptionType()

Field Summary
static int CASCADED
          The 'CASCADED' literal value.
static CheckOptionType CASCADED_LITERAL
          The 'CASCADED' literal object.
static int LOCAL
          The 'LOCAL' literal value.
static CheckOptionType LOCAL_LITERAL
          The 'LOCAL' literal object.
static int NONE
          The 'NONE' literal value.
static CheckOptionType NONE_LITERAL
          The 'NONE' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Check Option Type' enumerators.
 
Method Summary
static CheckOptionType get(int value)
          Returns the 'Check Option Type' literal with the specified integer value.
static CheckOptionType get(java.lang.String literal)
          Returns the 'Check Option Type' literal with the specified literal value.
static CheckOptionType getByName(java.lang.String name)
          Returns the 'Check Option 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

NONE

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

See Also:
NONE_LITERAL, Constant Field Values

CASCADED

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

See Also:
CASCADED_LITERAL, Constant Field Values

LOCAL

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

See Also:
LOCAL_LITERAL, Constant Field Values

NONE_LITERAL

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

CASCADED_LITERAL

public static final CheckOptionType CASCADED_LITERAL
The 'CASCADED' literal object.

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

See Also:
CASCADED

LOCAL_LITERAL

public static final CheckOptionType LOCAL_LITERAL
The 'LOCAL' literal object.

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

See Also:
LOCAL

VALUES

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

Method Detail

get

public static CheckOptionType get(java.lang.String literal)
Returns the 'Check Option Type' literal with the specified literal value.


getByName

public static CheckOptionType getByName(java.lang.String name)
Returns the 'Check Option Type' literal with the specified name.


get

public static CheckOptionType get(int value)
Returns the 'Check Option Type' literal with the specified integer value.