|
||||||||||
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.DB2IndexType
public final class DB2IndexType
A representation of the literals of the enumeration 'DB2 Index Type', and utility methods for working with them.
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 |
---|
public static final int REGULAR
REGULAR_LITERAL
,
Constant Field Valuespublic static final int BLOCK
BLOCK_LITERAL
,
Constant Field Valuespublic static final int DIMENSION
DIMENSION_LITERAL
,
Constant Field Valuespublic static final int XMLPATH
XMLPATH_LITERAL
,
Constant Field Valuespublic static final int XMLREGION
XMLREGION_LITERAL
,
Constant Field Valuespublic static final int XMLCOLUMN_LOGICAL
XMLCOLUMN_LOGICAL_LITERAL
,
Constant Field Valuespublic static final int XMLCOLUMN_PHYSICAL
XMLCOLUMN_PHYSICAL_LITERAL
,
Constant Field Valuespublic static final DB2IndexType REGULAR_LITERAL
If the meaning of 'REGULAR' literal object isn't clear, there really should be more of a description here...
REGULAR
public static final DB2IndexType BLOCK_LITERAL
If the meaning of 'BLOCK' literal object isn't clear, there really should be more of a description here...
BLOCK
public static final DB2IndexType DIMENSION_LITERAL
If the meaning of 'DIMENSION' literal object isn't clear, there really should be more of a description here...
DIMENSION
public static final DB2IndexType XMLPATH_LITERAL
If the meaning of 'XMLPATH' literal object isn't clear, there really should be more of a description here...
XMLPATH
public static final DB2IndexType XMLREGION_LITERAL
If the meaning of 'XMLREGION' literal object isn't clear, there really should be more of a description here...
XMLREGION
public static final DB2IndexType XMLCOLUMN_LOGICAL_LITERAL
If the meaning of 'XMLCOLUMN LOGICAL' literal object isn't clear, there really should be more of a description here...
XMLCOLUMN_LOGICAL
public static final DB2IndexType XMLCOLUMN_PHYSICAL_LITERAL
If the meaning of 'XMLCOLUMN PHYSICAL' literal object isn't clear, there really should be more of a description here...
XMLCOLUMN_PHYSICAL
public static final java.util.List VALUES
Method Detail |
---|
public static DB2IndexType get(java.lang.String literal)
public static DB2IndexType getByName(java.lang.String name)
public static DB2IndexType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |