|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.CacheStrategyType
public final class CacheStrategyType
A representation of the literals of the enumeration 'Cache Strategy Type', and utility methods for working with them.
SybaseasesqlmodelPackage.getCacheStrategyType()
,
Serialized FormField Summary | |
---|---|
static int |
MRU
The 'MRU' literal value. |
static CacheStrategyType |
MRU_LITERAL
The 'MRU' literal object. |
static int |
MRU_SERVER_DEFAULT
The 'MRU SERVER DEFAULT' literal value. |
static CacheStrategyType |
MRU_SERVER_DEFAULT_LITERAL
The 'MRU SERVER DEFAULT' literal object. |
static int |
PREFETCH
The 'PREFETCH' literal value. |
static CacheStrategyType |
PREFETCH_LITERAL
The 'PREFETCH' literal object. |
static int |
PREFETCH_SERVER_DEFAULT
The 'PREFETCH SERVER DEFAULT' literal value. |
static CacheStrategyType |
PREFETCH_SERVER_DEFAULT_LITERAL
The 'PREFETCH SERVER DEFAULT' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Cache Strategy Type' enumerators. |
Method Summary | |
---|---|
static CacheStrategyType |
get(int value)
Returns the 'Cache Strategy Type' literal with the specified integer value. |
static CacheStrategyType |
get(java.lang.String literal)
Returns the 'Cache Strategy Type' literal with the specified literal value. |
static CacheStrategyType |
getByName(java.lang.String name)
Returns the 'Cache Strategy 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 PREFETCH
If the meaning of 'PREFETCH' literal object isn't clear, there really should be more of a description here...
PREFETCH_LITERAL
,
Constant Field Valuespublic static final int MRU
If the meaning of 'MRU' literal object isn't clear, there really should be more of a description here...
MRU_LITERAL
,
Constant Field Valuespublic static final int MRU_SERVER_DEFAULT
If the meaning of 'MRU SERVER DEFAULT' literal object isn't clear, there really should be more of a description here...
MRU_SERVER_DEFAULT_LITERAL
,
Constant Field Valuespublic static final int PREFETCH_SERVER_DEFAULT
If the meaning of 'PREFETCH SERVER DEFAULT' literal object isn't clear, there really should be more of a description here...
PREFETCH_SERVER_DEFAULT_LITERAL
,
Constant Field Valuespublic static final CacheStrategyType PREFETCH_LITERAL
PREFETCH
public static final CacheStrategyType MRU_LITERAL
MRU
public static final CacheStrategyType MRU_SERVER_DEFAULT_LITERAL
MRU_SERVER_DEFAULT
public static final CacheStrategyType PREFETCH_SERVER_DEFAULT_LITERAL
PREFETCH_SERVER_DEFAULT
public static final java.util.List VALUES
Method Detail |
---|
public static CacheStrategyType get(java.lang.String literal)
public static CacheStrategyType getByName(java.lang.String name)
public static CacheStrategyType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |