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

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

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

A representation of the literals of the enumeration 'Container 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.getLUWContainerType()

Field Summary
static int DEVICE
          The 'DEVICE' literal value.
static LUWContainerType DEVICE_LITERAL
          The 'DEVICE' literal object.
static int DIRECTORY
          The 'DIRECTORY' literal value.
static LUWContainerType DIRECTORY_LITERAL
          The 'DIRECTORY' literal object.
static int FILE
          The 'FILE' literal value.
static LUWContainerType FILE_LITERAL
          The 'FILE' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Container Type' enumerators.
 
Method Summary
static LUWContainerType get(int value)
          Returns the 'Container Type' literal with the specified integer value.
static LUWContainerType get(java.lang.String literal)
          Returns the 'Container Type' literal with the specified literal value.
static LUWContainerType getByName(java.lang.String name)
          Returns the 'Container 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

DEVICE

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

See Also:
DEVICE_LITERAL, Constant Field Values

DIRECTORY

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

See Also:
DIRECTORY_LITERAL, Constant Field Values

FILE

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

See Also:
FILE_LITERAL, Constant Field Values

DEVICE_LITERAL

public static final LUWContainerType DEVICE_LITERAL
The 'DEVICE' literal object.

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

See Also:
DEVICE

DIRECTORY_LITERAL

public static final LUWContainerType DIRECTORY_LITERAL
The 'DIRECTORY' literal object.

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

See Also:
DIRECTORY

FILE_LITERAL

public static final LUWContainerType FILE_LITERAL
The 'FILE' literal object.

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

See Also:
FILE

VALUES

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

Method Detail

get

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


getByName

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


get

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