com.ibm.db.models.db2
Class DataCaptureType

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

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

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

See Also:
DB2ModelPackage.getDataCaptureType()

Field Summary
static int CHANGES
          The 'CHANGES' literal value.
static DataCaptureType CHANGES_LITERAL
          The 'CHANGES' literal object.
static int NONE
          The 'NONE' literal value.
static DataCaptureType NONE_LITERAL
          The 'NONE' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Data Capture Type' enumerators.
 
Method Summary
static DataCaptureType get(int value)
          Returns the 'Data Capture Type' literal with the specified integer value.
static DataCaptureType get(java.lang.String literal)
          Returns the 'Data Capture Type' literal with the specified literal value.
static DataCaptureType getByName(java.lang.String name)
          Returns the 'Data Capture 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

CHANGES

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

See Also:
CHANGES_LITERAL, Constant Field Values

NONE_LITERAL

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

CHANGES_LITERAL

public static final DataCaptureType CHANGES_LITERAL
The 'CHANGES' literal object.

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

See Also:
CHANGES

VALUES

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

Method Detail

get

public static DataCaptureType get(java.lang.String literal)
Returns the 'Data Capture Type' literal with the specified literal value.


getByName

public static DataCaptureType getByName(java.lang.String name)
Returns the 'Data Capture Type' literal with the specified name.


get

public static DataCaptureType get(int value)
Returns the 'Data Capture Type' literal with the specified integer value.