|
||||||||||
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.RefreshType
public final class RefreshType
A representation of the literals of the enumeration 'Refresh Type', and utility methods for working with them.
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 |
---|
public static final int DEFERRED
DEFERRED_LITERAL
,
Constant Field Valuespublic static final int IMMEDIATE
IMMEDIATE_LITERAL
,
Constant Field Valuespublic static final RefreshType 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 RefreshType 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 java.util.List VALUES
Method Detail |
---|
public static RefreshType get(java.lang.String literal)
public static RefreshType getByName(java.lang.String name)
public static RefreshType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |