com.ibm.db.models.db2
Class DB2XMLSchemaDecomposition

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

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

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

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

ENABLED

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

See Also:
ENABLED_LITERAL, Constant Field Values

NOT_ENABLED

public static final int NOT_ENABLED
The 'NOT ENABLED' literal value.

See Also:
NOT_ENABLED_LITERAL, Constant Field Values

INOPERATIVE

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

See Also:
INOPERATIVE_LITERAL, Constant Field Values

ENABLED_LITERAL

public static final DB2XMLSchemaDecomposition ENABLED_LITERAL
The 'ENABLED' literal object.

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

See Also:
ENABLED

NOT_ENABLED_LITERAL

public static final DB2XMLSchemaDecomposition NOT_ENABLED_LITERAL
The 'NOT ENABLED' literal object.

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

See Also:
NOT_ENABLED

INOPERATIVE_LITERAL

public static final DB2XMLSchemaDecomposition INOPERATIVE_LITERAL
The 'INOPERATIVE' literal object.

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

See Also:
INOPERATIVE

VALUES

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

Method Detail

get

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


getByName

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


get

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