|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CacheType>
org.eclipse.jpt.eclipselink.core.resource.orm.CacheType
public enum CacheType
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
EclipseLinkOrmPackage.getCacheType()| Enum Constant Summary | |
|---|---|
CACHE
The 'CACHE' literal object. |
|
FULL
The 'FULL' literal object. |
|
HARD_WEAK
The 'HARD WEAK' literal object. |
|
NONE
The 'NONE' literal object. |
|
SOFT
The 'SOFT' literal object. |
|
SOFT_WEAK
The 'SOFT WEAK' literal object. |
|
WEAK
The 'WEAK' literal object. |
|
| Field Summary | |
|---|---|
static int |
CACHE_VALUE
The 'CACHE' literal value. |
static int |
FULL_VALUE
The 'FULL' literal value. |
static int |
HARD_WEAK_VALUE
The 'HARD WEAK' literal value. |
static int |
NONE_VALUE
The 'NONE' literal value. |
static int |
SOFT_VALUE
The 'SOFT' literal value. |
static int |
SOFT_WEAK_VALUE
The 'SOFT WEAK' literal value. |
static java.util.List<CacheType> |
VALUES
A public read-only list of all the 'Cache Type' enumerators. |
static int |
WEAK_VALUE
The 'WEAK' literal value. |
| Method Summary | |
|---|---|
static CacheType |
get(int value)
Returns the 'Cache Type' literal with the specified integer value. |
static CacheType |
get(java.lang.String literal)
Returns the 'Cache Type' literal with the specified literal value. |
static CacheType |
getByName(java.lang.String name)
Returns the 'Cache Type' literal with the specified name. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static CacheType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CacheType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CacheType FULL
FULL_VALUEpublic static final CacheType WEAK
WEAK_VALUEpublic static final CacheType SOFT
SOFT_VALUEpublic static final CacheType SOFT_WEAK
SOFT_WEAK_VALUEpublic static final CacheType HARD_WEAK
HARD_WEAK_VALUEpublic static final CacheType CACHE
CACHE_VALUEpublic static final CacheType NONE
NONE_VALUE| Field Detail |
|---|
public static final int FULL_VALUE
If the meaning of 'FULL' literal object isn't clear, there really should be more of a description here...
FULL,
Constant Field Valuespublic static final int WEAK_VALUE
If the meaning of 'WEAK' literal object isn't clear, there really should be more of a description here...
WEAK,
Constant Field Valuespublic static final int SOFT_VALUE
If the meaning of 'SOFT' literal object isn't clear, there really should be more of a description here...
SOFT,
Constant Field Valuespublic static final int SOFT_WEAK_VALUE
If the meaning of 'SOFT WEAK' literal object isn't clear, there really should be more of a description here...
SOFT_WEAK,
Constant Field Valuespublic static final int HARD_WEAK_VALUE
If the meaning of 'HARD WEAK' literal object isn't clear, there really should be more of a description here...
HARD_WEAK,
Constant Field Valuespublic static final int CACHE_VALUE
If the meaning of 'CACHE' literal object isn't clear, there really should be more of a description here...
CACHE,
Constant Field Valuespublic static final int NONE_VALUE
If the meaning of 'NONE' literal object isn't clear, there really should be more of a description here...
NONE,
Constant Field Valuespublic static final java.util.List<CacheType> VALUES
| Method Detail |
|---|
public static final CacheType[] values()
for(CacheType c : CacheType.values())
System.out.println(c);
public static CacheType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic static CacheType get(java.lang.String literal)
public static CacheType getByName(java.lang.String name)
public static CacheType get(int value)
public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String toString()
toString in class java.lang.Enum<CacheType>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||