| 
 | ||||||||||
| 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 Form| Field Summary | |
|---|---|
| static int | MRUThe 'MRU' literal value. | 
| static CacheStrategyType | MRU_LITERALThe 'MRU' literal object. | 
| static int | MRU_SERVER_DEFAULTThe 'MRU SERVER DEFAULT' literal value. | 
| static CacheStrategyType | MRU_SERVER_DEFAULT_LITERALThe 'MRU SERVER DEFAULT' literal object. | 
| static int | PREFETCHThe 'PREFETCH' literal value. | 
| static CacheStrategyType | PREFETCH_LITERALThe 'PREFETCH' literal object. | 
| static int | PREFETCH_SERVER_DEFAULTThe 'PREFETCH SERVER DEFAULT' literal value. | 
| static CacheStrategyType | PREFETCH_SERVER_DEFAULT_LITERALThe 'PREFETCH SERVER DEFAULT' literal object. | 
| static java.util.List | VALUESA 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
PREFETCHpublic static final CacheStrategyType MRU_LITERAL
MRUpublic static final CacheStrategyType MRU_SERVER_DEFAULT_LITERAL
MRU_SERVER_DEFAULTpublic static final CacheStrategyType PREFETCH_SERVER_DEFAULT_LITERAL
PREFETCH_SERVER_DEFAULTpublic 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 | |||||||||