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

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

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

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

See Also:
LUWPackage.getPartitionMethod()

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

HASHING

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

See Also:
HASHING_LITERAL, Constant Field Values

TABLE_REPLICATED

public static final int TABLE_REPLICATED
The 'TABLE REPLICATED' literal value.

See Also:
TABLE_REPLICATED_LITERAL, Constant Field Values

HASHING_LITERAL

public static final PartitionMethod HASHING_LITERAL
The 'HASHING' literal object.

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

See Also:
HASHING

TABLE_REPLICATED_LITERAL

public static final PartitionMethod TABLE_REPLICATED_LITERAL
The 'TABLE REPLICATED' literal object.

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

See Also:
TABLE_REPLICATED

VALUES

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

Method Detail

get

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


getByName

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


get

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