|
||||||||||
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.DB2XMLSchemaStatus
public final class DB2XMLSchemaStatus
A representation of the literals of the enumeration 'DB2XML Schema Status', and utility methods for working with them. From LUW v9.1 LI2076 in the SQL reference changes section, XSROBJECT catalog table, STATUS colum, the following indicates the registration status. C=COMPLETE I=INCOMPLETE R=REPLACE T=TEMPORARY
DB2ModelPackage.getDB2XMLSchemaStatus()
Field Summary | |
---|---|
static int |
COMPLETE
The 'COMPLETE' literal value. |
static DB2XMLSchemaStatus |
COMPLETE_LITERAL
The 'COMPLETE' literal object. |
static int |
INCOMPLETE
The 'INCOMPLETE' literal value. |
static DB2XMLSchemaStatus |
INCOMPLETE_LITERAL
The 'INCOMPLETE' literal object. |
static int |
REPLACE
The 'REPLACE' literal value. |
static DB2XMLSchemaStatus |
REPLACE_LITERAL
The 'REPLACE' literal object. |
static int |
TEMPORARY
The 'TEMPORARY' literal value. |
static DB2XMLSchemaStatus |
TEMPORARY_LITERAL
The 'TEMPORARY' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'DB2XML Schema Status' enumerators. |
Method Summary | |
---|---|
static DB2XMLSchemaStatus |
get(int value)
Returns the 'DB2XML Schema Status' literal with the specified integer value. |
static DB2XMLSchemaStatus |
get(java.lang.String literal)
Returns the 'DB2XML Schema Status' literal with the specified literal value. |
static DB2XMLSchemaStatus |
getByName(java.lang.String name)
Returns the 'DB2XML Schema Status' 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 COMPLETE
COMPLETE_LITERAL
,
Constant Field Valuespublic static final int INCOMPLETE
INCOMPLETE_LITERAL
,
Constant Field Valuespublic static final int REPLACE
REPLACE_LITERAL
,
Constant Field Valuespublic static final int TEMPORARY
TEMPORARY_LITERAL
,
Constant Field Valuespublic static final DB2XMLSchemaStatus COMPLETE_LITERAL
If the meaning of 'COMPLETE' literal object isn't clear, there really should be more of a description here...
COMPLETE
public static final DB2XMLSchemaStatus INCOMPLETE_LITERAL
If the meaning of 'INCOMPLETE' literal object isn't clear, there really should be more of a description here...
INCOMPLETE
public static final DB2XMLSchemaStatus REPLACE_LITERAL
If the meaning of 'REPLACE' literal object isn't clear, there really should be more of a description here...
REPLACE
public static final DB2XMLSchemaStatus TEMPORARY_LITERAL
If the meaning of 'TEMPORARY' literal object isn't clear, there really should be more of a description here...
TEMPORARY
public static final java.util.List VALUES
Method Detail |
---|
public static DB2XMLSchemaStatus get(java.lang.String literal)
public static DB2XMLSchemaStatus getByName(java.lang.String name)
public static DB2XMLSchemaStatus get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |