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

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

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

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

See Also:
LUWPackage.getRefreshType()

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

DEFERRED

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

See Also:
DEFERRED_LITERAL, Constant Field Values

IMMEDIATE

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

See Also:
IMMEDIATE_LITERAL, Constant Field Values

DEFERRED_LITERAL

public static final RefreshType 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

IMMEDIATE_LITERAL

public static final RefreshType 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

VALUES

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

Method Detail

get

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


getByName

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


get

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