com.ibm.db.models.db2.zSeries
Class GBPCacheType

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

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

A representation of the literals of the enumeration 'GBP Cache Type', and utility methods for working with them.

See Also:
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

ALL

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

See Also:
ALL_LITERAL, Constant Field Values

NONE

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

See Also:
NONE_LITERAL, Constant Field Values

SYSTEM

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

See Also:
SYSTEM_LITERAL, Constant Field Values

CHANGED

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

See Also:
CHANGED_LITERAL, Constant Field Values

ALL_LITERAL

public static final GBPCacheType ALL_LITERAL
The 'ALL' literal object.

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

See Also:
ALL

NONE_LITERAL

public static final GBPCacheType NONE_LITERAL
The 'NONE' literal object.

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

See Also:
NONE

SYSTEM_LITERAL

public static final GBPCacheType SYSTEM_LITERAL
The 'SYSTEM' literal object.

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

See Also:
SYSTEM

CHANGED_LITERAL

public static final GBPCacheType CHANGED_LITERAL
The 'CHANGED' literal object.

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

See Also:
CHANGED

VALUES

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

Method Detail

get

public static GBPCacheType get(java.lang.String literal)
Returns the 'GBP Cache Type' literal with the specified literal value.


getByName

public static GBPCacheType getByName(java.lang.String name)
Returns the 'GBP Cache Type' literal with the specified name.


get

public static GBPCacheType get(int value)
Returns the 'GBP Cache Type' literal with the specified integer value.