|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.db.models.db2.luw.PartitionMethod
public final class PartitionMethod
A representation of the literals of the enumeration 'Partition Method', and utility methods for working with them.
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 |
---|
public static final int HASHING
HASHING_LITERAL
,
Constant Field Valuespublic static final int TABLE_REPLICATED
TABLE_REPLICATED_LITERAL
,
Constant Field Valuespublic static final PartitionMethod HASHING_LITERAL
If the meaning of 'HASHING' literal object isn't clear, there really should be more of a description here...
HASHING
public static final PartitionMethod TABLE_REPLICATED_LITERAL
If the meaning of 'TABLE REPLICATED' literal object isn't clear, there really should be more of a description here...
TABLE_REPLICATED
public static final java.util.List VALUES
Method Detail |
---|
public static PartitionMethod get(java.lang.String literal)
public static PartitionMethod getByName(java.lang.String name)
public static PartitionMethod get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |