|
||||||||||
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.DataPartitionMethod
public final class DataPartitionMethod
A representation of the literals of the enumeration 'Data Partition Method', and utility methods for working with them.
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 |
---|
public static final int RANGE
RANGE_LITERAL
,
Constant Field Valuespublic static final DataPartitionMethod RANGE_LITERAL
If the meaning of 'RANGE' literal object isn't clear, there really should be more of a description here...
RANGE
public static final java.util.List VALUES
Method Detail |
---|
public static DataPartitionMethod get(java.lang.String literal)
public static DataPartitionMethod getByName(java.lang.String name)
public static DataPartitionMethod get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |