com.ibm.db.models.db2.luw
Class ManagementType

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

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

A representation of the literals of the enumeration 'Management Type', and utility methods for working with them. DB2 Universal Database SQL Reference Version 8.1 (Vol.1 and 2) http://www7b.software.ibm.com/dmdd/library/techarticle/0206sqlref/0206sqlref.html

See Also:
LUWPackage.getManagementType()

Field Summary
static int AUTOMATIC_STORAGE
          The 'AUTOMATIC STORAGE' literal value.
static ManagementType AUTOMATIC_STORAGE_LITERAL
          The 'AUTOMATIC STORAGE' literal object.
static int DATABASE_MANAGED
          The 'DATABASE MANAGED' literal value.
static ManagementType DATABASE_MANAGED_LITERAL
          The 'DATABASE MANAGED' literal object.
static int SYSTEM_MANAGED
          The 'SYSTEM MANAGED' literal value.
static ManagementType SYSTEM_MANAGED_LITERAL
          The 'SYSTEM MANAGED' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Management Type' enumerators.
 
Method Summary
static ManagementType get(int value)
          Returns the 'Management Type' literal with the specified integer value.
static ManagementType get(java.lang.String literal)
          Returns the 'Management Type' literal with the specified literal value.
static ManagementType getByName(java.lang.String name)
          Returns the 'Management 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

SYSTEM_MANAGED

public static final int SYSTEM_MANAGED
The 'SYSTEM MANAGED' literal value.

See Also:
SYSTEM_MANAGED_LITERAL, Constant Field Values

DATABASE_MANAGED

public static final int DATABASE_MANAGED
The 'DATABASE MANAGED' literal value.

See Also:
DATABASE_MANAGED_LITERAL, Constant Field Values

AUTOMATIC_STORAGE

public static final int AUTOMATIC_STORAGE
The 'AUTOMATIC STORAGE' literal value.

See Also:
AUTOMATIC_STORAGE_LITERAL, Constant Field Values

SYSTEM_MANAGED_LITERAL

public static final ManagementType SYSTEM_MANAGED_LITERAL
The 'SYSTEM MANAGED' literal object.

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

See Also:
SYSTEM_MANAGED

DATABASE_MANAGED_LITERAL

public static final ManagementType DATABASE_MANAGED_LITERAL
The 'DATABASE MANAGED' literal object.

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

See Also:
DATABASE_MANAGED

AUTOMATIC_STORAGE_LITERAL

public static final ManagementType AUTOMATIC_STORAGE_LITERAL
The 'AUTOMATIC STORAGE' literal object.

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

See Also:
AUTOMATIC_STORAGE

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Management Type' enumerators.

Method Detail

get

public static ManagementType get(java.lang.String literal)
Returns the 'Management Type' literal with the specified literal value.


getByName

public static ManagementType getByName(java.lang.String name)
Returns the 'Management Type' literal with the specified name.


get

public static ManagementType get(int value)
Returns the 'Management Type' literal with the specified integer value.