|
||||||||||
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.DB2XMLSchemaDecomposition
public final class DB2XMLSchemaDecomposition
A representation of the literals of the enumeration 'DB2XML Schema Decomposition', and utility methods for working with them. The states can either be Yes, No or Inoperative and thus need to be represented by an Enumeration instead of a boolean. Represented in the database: Y=enabled N=not enabled X=inoperative
DB2ModelPackage.getDB2XMLSchemaDecomposition()
Field Summary | |
---|---|
static int |
ENABLED
The 'ENABLED' literal value. |
static DB2XMLSchemaDecomposition |
ENABLED_LITERAL
The 'ENABLED' literal object. |
static int |
INOPERATIVE
The 'INOPERATIVE' literal value. |
static DB2XMLSchemaDecomposition |
INOPERATIVE_LITERAL
The 'INOPERATIVE' literal object. |
static int |
NOT_ENABLED
The 'NOT ENABLED' literal value. |
static DB2XMLSchemaDecomposition |
NOT_ENABLED_LITERAL
The 'NOT ENABLED' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'DB2XML Schema Decomposition' enumerators. |
Method Summary | |
---|---|
static DB2XMLSchemaDecomposition |
get(int value)
Returns the 'DB2XML Schema Decomposition' literal with the specified integer value. |
static DB2XMLSchemaDecomposition |
get(java.lang.String literal)
Returns the 'DB2XML Schema Decomposition' literal with the specified literal value. |
static DB2XMLSchemaDecomposition |
getByName(java.lang.String name)
Returns the 'DB2XML Schema Decomposition' 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 ENABLED
ENABLED_LITERAL
,
Constant Field Valuespublic static final int NOT_ENABLED
NOT_ENABLED_LITERAL
,
Constant Field Valuespublic static final int INOPERATIVE
INOPERATIVE_LITERAL
,
Constant Field Valuespublic static final DB2XMLSchemaDecomposition ENABLED_LITERAL
If the meaning of 'ENABLED' literal object isn't clear, there really should be more of a description here...
ENABLED
public static final DB2XMLSchemaDecomposition NOT_ENABLED_LITERAL
If the meaning of 'NOT ENABLED' literal object isn't clear, there really should be more of a description here...
NOT_ENABLED
public static final DB2XMLSchemaDecomposition INOPERATIVE_LITERAL
If the meaning of 'INOPERATIVE' literal object isn't clear, there really should be more of a description here...
INOPERATIVE
public static final java.util.List VALUES
Method Detail |
---|
public static DB2XMLSchemaDecomposition get(java.lang.String literal)
public static DB2XMLSchemaDecomposition getByName(java.lang.String name)
public static DB2XMLSchemaDecomposition get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |