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

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

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

A representation of the literals of the enumeration 'Buffer Pool 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.getBufferPoolType()

Field Summary
static int DEFERRED
          The 'DEFERRED' literal value.
static BufferPoolType DEFERRED_LITERAL
          The 'DEFERRED' literal object.
static int IMMEDIATE
          The 'IMMEDIATE' literal value.
static BufferPoolType IMMEDIATE_LITERAL
          The 'IMMEDIATE' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Buffer Pool Type' enumerators.
 
Method Summary
static BufferPoolType get(int value)
          Returns the 'Buffer Pool Type' literal with the specified integer value.
static BufferPoolType get(java.lang.String literal)
          Returns the 'Buffer Pool Type' literal with the specified literal value.
static BufferPoolType getByName(java.lang.String name)
          Returns the 'Buffer Pool 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

IMMEDIATE

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

See Also:
IMMEDIATE_LITERAL, Constant Field Values

DEFERRED

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

See Also:
DEFERRED_LITERAL, Constant Field Values

IMMEDIATE_LITERAL

public static final BufferPoolType IMMEDIATE_LITERAL
The 'IMMEDIATE' literal object.

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

See Also:
IMMEDIATE

DEFERRED_LITERAL

public static final BufferPoolType DEFERRED_LITERAL
The 'DEFERRED' literal object.

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

See Also:
DEFERRED

VALUES

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

Method Detail

get

public static BufferPoolType get(java.lang.String literal)
Returns the 'Buffer Pool Type' literal with the specified literal value.


getByName

public static BufferPoolType getByName(java.lang.String name)
Returns the 'Buffer Pool Type' literal with the specified name.


get

public static BufferPoolType get(int value)
Returns the 'Buffer Pool Type' literal with the specified integer value.