com.ibm.db.models.db2
Class DB2IndexType

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

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

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

See Also:
DB2ModelPackage.getDB2IndexType()

Field Summary
static int BLOCK
          The 'BLOCK' literal value.
static DB2IndexType BLOCK_LITERAL
          The 'BLOCK' literal object.
static int DIMENSION
          The 'DIMENSION' literal value.
static DB2IndexType DIMENSION_LITERAL
          The 'DIMENSION' literal object.
static int REGULAR
          The 'REGULAR' literal value.
static DB2IndexType REGULAR_LITERAL
          The 'REGULAR' literal object.
static java.util.List VALUES
          A public read-only list of all the 'DB2 Index Type' enumerators.
static int XMLCOLUMN_LOGICAL
          The 'XMLCOLUMN LOGICAL' literal value.
static DB2IndexType XMLCOLUMN_LOGICAL_LITERAL
          The 'XMLCOLUMN LOGICAL' literal object.
static int XMLCOLUMN_PHYSICAL
          The 'XMLCOLUMN PHYSICAL' literal value.
static DB2IndexType XMLCOLUMN_PHYSICAL_LITERAL
          The 'XMLCOLUMN PHYSICAL' literal object.
static int XMLPATH
          The 'XMLPATH' literal value.
static DB2IndexType XMLPATH_LITERAL
          The 'XMLPATH' literal object.
static int XMLREGION
          The 'XMLREGION' literal value.
static DB2IndexType XMLREGION_LITERAL
          The 'XMLREGION' literal object.
 
Method Summary
static DB2IndexType get(int value)
          Returns the 'DB2 Index Type' literal with the specified integer value.
static DB2IndexType get(java.lang.String literal)
          Returns the 'DB2 Index Type' literal with the specified literal value.
static DB2IndexType getByName(java.lang.String name)
          Returns the 'DB2 Index 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

REGULAR

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

See Also:
REGULAR_LITERAL, Constant Field Values

BLOCK

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

See Also:
BLOCK_LITERAL, Constant Field Values

DIMENSION

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

See Also:
DIMENSION_LITERAL, Constant Field Values

XMLPATH

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

See Also:
XMLPATH_LITERAL, Constant Field Values

XMLREGION

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

See Also:
XMLREGION_LITERAL, Constant Field Values

XMLCOLUMN_LOGICAL

public static final int XMLCOLUMN_LOGICAL
The 'XMLCOLUMN LOGICAL' literal value.

See Also:
XMLCOLUMN_LOGICAL_LITERAL, Constant Field Values

XMLCOLUMN_PHYSICAL

public static final int XMLCOLUMN_PHYSICAL
The 'XMLCOLUMN PHYSICAL' literal value.

See Also:
XMLCOLUMN_PHYSICAL_LITERAL, Constant Field Values

REGULAR_LITERAL

public static final DB2IndexType REGULAR_LITERAL
The 'REGULAR' literal object.

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

See Also:
REGULAR

BLOCK_LITERAL

public static final DB2IndexType BLOCK_LITERAL
The 'BLOCK' literal object.

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

See Also:
BLOCK

DIMENSION_LITERAL

public static final DB2IndexType DIMENSION_LITERAL
The 'DIMENSION' literal object.

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

See Also:
DIMENSION

XMLPATH_LITERAL

public static final DB2IndexType XMLPATH_LITERAL
The 'XMLPATH' literal object.

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

See Also:
XMLPATH

XMLREGION_LITERAL

public static final DB2IndexType XMLREGION_LITERAL
The 'XMLREGION' literal object.

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

See Also:
XMLREGION

XMLCOLUMN_LOGICAL_LITERAL

public static final DB2IndexType XMLCOLUMN_LOGICAL_LITERAL
The 'XMLCOLUMN LOGICAL' literal object.

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

See Also:
XMLCOLUMN_LOGICAL

XMLCOLUMN_PHYSICAL_LITERAL

public static final DB2IndexType XMLCOLUMN_PHYSICAL_LITERAL
The 'XMLCOLUMN PHYSICAL' literal object.

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

See Also:
XMLCOLUMN_PHYSICAL

VALUES

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

Method Detail

get

public static DB2IndexType get(java.lang.String literal)
Returns the 'DB2 Index Type' literal with the specified literal value.


getByName

public static DB2IndexType getByName(java.lang.String name)
Returns the 'DB2 Index Type' literal with the specified name.


get

public static DB2IndexType get(int value)
Returns the 'DB2 Index Type' literal with the specified integer value.