com.ibm.db.models.db2
Class DB2XMLSchemaStatus

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.ibm.db.models.db2.DB2XMLSchemaStatus
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class DB2XMLSchemaStatus
extends org.eclipse.emf.common.util.AbstractEnumerator

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

See Also:
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

COMPLETE

public static final int COMPLETE
The 'COMPLETE' literal value.

See Also:
COMPLETE_LITERAL, Constant Field Values

INCOMPLETE

public static final int INCOMPLETE
The 'INCOMPLETE' literal value.

See Also:
INCOMPLETE_LITERAL, Constant Field Values

REPLACE

public static final int REPLACE
The 'REPLACE' literal value.

See Also:
REPLACE_LITERAL, Constant Field Values

TEMPORARY

public static final int TEMPORARY
The 'TEMPORARY' literal value.

See Also:
TEMPORARY_LITERAL, Constant Field Values

COMPLETE_LITERAL

public static final DB2XMLSchemaStatus COMPLETE_LITERAL
The 'COMPLETE' literal object.

If the meaning of 'COMPLETE' literal object isn't clear, there really should be more of a description here...

See Also:
COMPLETE

INCOMPLETE_LITERAL

public static final DB2XMLSchemaStatus INCOMPLETE_LITERAL
The 'INCOMPLETE' literal object.

If the meaning of 'INCOMPLETE' literal object isn't clear, there really should be more of a description here...

See Also:
INCOMPLETE

REPLACE_LITERAL

public static final DB2XMLSchemaStatus REPLACE_LITERAL
The 'REPLACE' literal object.

If the meaning of 'REPLACE' literal object isn't clear, there really should be more of a description here...

See Also:
REPLACE

TEMPORARY_LITERAL

public static final DB2XMLSchemaStatus TEMPORARY_LITERAL
The 'TEMPORARY' literal object.

If the meaning of 'TEMPORARY' literal object isn't clear, there really should be more of a description here...

See Also:
TEMPORARY

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'DB2XML Schema Status' enumerators.

Method Detail

get

public static DB2XMLSchemaStatus get(java.lang.String literal)
Returns the 'DB2XML Schema Status' literal with the specified literal value.


getByName

public static DB2XMLSchemaStatus getByName(java.lang.String name)
Returns the 'DB2XML Schema Status' literal with the specified name.


get

public static DB2XMLSchemaStatus get(int value)
Returns the 'DB2XML Schema Status' literal with the specified integer value.