|
||||||||||
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.zSeries.GBPCacheType
public final class GBPCacheType
A representation of the literals of the enumeration 'GBP Cache Type', and utility methods for working with them.
ZSeriesPackage.getGBPCacheType()
Field Summary | |
---|---|
static int |
ALL
The 'ALL' literal value. |
static GBPCacheType |
ALL_LITERAL
The 'ALL' literal object. |
static int |
CHANGED
The 'CHANGED' literal value. |
static GBPCacheType |
CHANGED_LITERAL
The 'CHANGED' literal object. |
static int |
NONE
The 'NONE' literal value. |
static GBPCacheType |
NONE_LITERAL
The 'NONE' literal object. |
static int |
SYSTEM
The 'SYSTEM' literal value. |
static GBPCacheType |
SYSTEM_LITERAL
The 'SYSTEM' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'GBP Cache Type' enumerators. |
Method Summary | |
---|---|
static GBPCacheType |
get(int value)
Returns the 'GBP Cache Type' literal with the specified integer value. |
static GBPCacheType |
get(java.lang.String literal)
Returns the 'GBP Cache Type' literal with the specified literal value. |
static GBPCacheType |
getByName(java.lang.String name)
Returns the 'GBP Cache 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 ALL
ALL_LITERAL
,
Constant Field Valuespublic static final int NONE
NONE_LITERAL
,
Constant Field Valuespublic static final int SYSTEM
SYSTEM_LITERAL
,
Constant Field Valuespublic static final int CHANGED
CHANGED_LITERAL
,
Constant Field Valuespublic static final GBPCacheType ALL_LITERAL
If the meaning of 'ALL' literal object isn't clear, there really should be more of a description here...
ALL
public static final GBPCacheType NONE_LITERAL
If the meaning of 'NONE' literal object isn't clear, there really should be more of a description here...
NONE
public static final GBPCacheType SYSTEM_LITERAL
If the meaning of 'SYSTEM' literal object isn't clear, there really should be more of a description here...
SYSTEM
public static final GBPCacheType CHANGED_LITERAL
If the meaning of 'CHANGED' literal object isn't clear, there really should be more of a description here...
CHANGED
public static final java.util.List VALUES
Method Detail |
---|
public static GBPCacheType get(java.lang.String literal)
public static GBPCacheType getByName(java.lang.String name)
public static GBPCacheType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |