|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CacheCoordinationType>
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.CacheCoordinationType
public enum CacheCoordinationType
A representation of the literals of the enumeration 'Cache Coordination Type', and utility methods for working with them. 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.getCacheCoordinationType()| Enum Constant Summary | |
|---|---|
INVALIDATE_CHANGED_OBJECTS
The 'INVALIDATE CHANGED OBJECTS' literal object. |
|
NONE
The 'NONE' literal object. |
|
SEND_NEW_OBJECTS_WITH_CHANGES
The 'SEND NEW OBJECTS WITH CHANGES' literal object. |
|
SEND_OBJECT_CHANGES
The 'SEND OBJECT CHANGES' literal object. |
|
| Field Summary | |
|---|---|
static int |
INVALIDATE_CHANGED_OBJECTS_VALUE
The 'INVALIDATE CHANGED OBJECTS' literal value. |
static int |
NONE_VALUE
The 'NONE' literal value. |
static int |
SEND_NEW_OBJECTS_WITH_CHANGES_VALUE
The 'SEND NEW OBJECTS WITH CHANGES' literal value. |
static int |
SEND_OBJECT_CHANGES_VALUE
The 'SEND OBJECT CHANGES' literal value. |
static java.util.List<CacheCoordinationType> |
VALUES
A public read-only list of all the 'Cache Coordination Type' enumerators. |
| Method Summary | |
|---|---|
static CacheCoordinationType |
get(int value)
Returns the 'Cache Coordination Type' literal with the specified integer value. |
static CacheCoordinationType |
get(java.lang.String literal)
Returns the 'Cache Coordination Type' literal with the specified literal value. |
static CacheCoordinationType |
getByName(java.lang.String name)
Returns the 'Cache Coordination 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 CacheCoordinationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CacheCoordinationType[] |
values()
Returns an array containing the constants of this enum type, in the order they are 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 CacheCoordinationType SEND_OBJECT_CHANGES
SEND_OBJECT_CHANGES_VALUEpublic static final CacheCoordinationType INVALIDATE_CHANGED_OBJECTS
INVALIDATE_CHANGED_OBJECTS_VALUEpublic static final CacheCoordinationType SEND_NEW_OBJECTS_WITH_CHANGES
SEND_NEW_OBJECTS_WITH_CHANGES_VALUEpublic static final CacheCoordinationType NONE
NONE_VALUE| Field Detail |
|---|
public static final int SEND_OBJECT_CHANGES_VALUE
If the meaning of 'SEND OBJECT CHANGES' literal object isn't clear, there really should be more of a description here...
SEND_OBJECT_CHANGES,
Constant Field Valuespublic static final int INVALIDATE_CHANGED_OBJECTS_VALUE
If the meaning of 'INVALIDATE CHANGED OBJECTS' literal object isn't clear, there really should be more of a description here...
INVALIDATE_CHANGED_OBJECTS,
Constant Field Valuespublic static final int SEND_NEW_OBJECTS_WITH_CHANGES_VALUE
If the meaning of 'SEND NEW OBJECTS WITH CHANGES' literal object isn't clear, there really should be more of a description here...
SEND_NEW_OBJECTS_WITH_CHANGES,
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<CacheCoordinationType> VALUES
| Method Detail |
|---|
public static CacheCoordinationType[] values()
for (CacheCoordinationType c : CacheCoordinationType.values()) System.out.println(c);
public static CacheCoordinationType 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 name
java.lang.NullPointerException - if the argument is nullpublic static CacheCoordinationType get(java.lang.String literal)
public static CacheCoordinationType getByName(java.lang.String name)
public static CacheCoordinationType 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<CacheCoordinationType>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||