|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.db.models.db2.luw.BufferPoolType
public final class BufferPoolType
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
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 |
---|
public static final int IMMEDIATE
IMMEDIATE_LITERAL
,
Constant Field Valuespublic static final int DEFERRED
DEFERRED_LITERAL
,
Constant Field Valuespublic static final BufferPoolType IMMEDIATE_LITERAL
If the meaning of 'IMMEDIATE' literal object isn't clear, there really should be more of a description here...
IMMEDIATE
public static final BufferPoolType DEFERRED_LITERAL
If the meaning of 'DEFERRED' literal object isn't clear, there really should be more of a description here...
DEFERRED
public static final java.util.List VALUES
Method Detail |
---|
public static BufferPoolType get(java.lang.String literal)
public static BufferPoolType getByName(java.lang.String name)
public static BufferPoolType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |