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

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

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

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

See Also:
LUWPackage.getDataPartitionMethod()

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

RANGE

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

See Also:
RANGE_LITERAL, Constant Field Values

RANGE_LITERAL

public static final DataPartitionMethod RANGE_LITERAL
The 'RANGE' literal object.

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

See Also:
RANGE

VALUES

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

Method Detail

get

public static DataPartitionMethod get(java.lang.String literal)
Returns the 'Data Partition Method' literal with the specified literal value.


getByName

public static DataPartitionMethod getByName(java.lang.String name)
Returns the 'Data Partition Method' literal with the specified name.


get

public static DataPartitionMethod get(int value)
Returns the 'Data Partition Method' literal with the specified integer value.