Uses of Class
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.CacheCoordinationType

Packages that use CacheCoordinationType
org.eclipse.jpt.jpa.eclipselink.core.context   
org.eclipse.jpt.jpa.eclipselink.core.resource.orm   
 

Uses of CacheCoordinationType in org.eclipse.jpt.jpa.eclipselink.core.context
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context that return CacheCoordinationType
static CacheCoordinationType EclipseLinkCacheCoordinationType.toOrmResourceModel(EclipseLinkCacheCoordinationType cacheCoordinationType)
           
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context with parameters of type CacheCoordinationType
static EclipseLinkCacheCoordinationType EclipseLinkCacheCoordinationType.fromOrmResourceModel(CacheCoordinationType ormCacheCoordinationType)
           
 

Uses of CacheCoordinationType in org.eclipse.jpt.jpa.eclipselink.core.resource.orm
 

Fields in org.eclipse.jpt.jpa.eclipselink.core.resource.orm with type parameters of type CacheCoordinationType
static java.util.List<CacheCoordinationType> CacheCoordinationType.VALUES
          A public read-only list of all the 'Cache Coordination Type' enumerators.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm that return CacheCoordinationType
 CacheCoordinationType EclipseLinkOrmFactory.createCacheCoordinationTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
static CacheCoordinationType CacheCoordinationType.get(int value)
          Returns the 'Cache Coordination Type' literal with the specified integer value.
static CacheCoordinationType CacheCoordinationType.get(java.lang.String literal)
          Returns the 'Cache Coordination Type' literal with the specified literal value.
static CacheCoordinationType CacheCoordinationType.getByName(java.lang.String name)
          Returns the 'Cache Coordination Type' literal with the specified name.
 CacheCoordinationType XmlCache.getCoordinationType()
          Returns the value of the 'Coordination Type' attribute.
static CacheCoordinationType CacheCoordinationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CacheCoordinationType[] CacheCoordinationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm with parameters of type CacheCoordinationType
 void XmlCache.setCoordinationType(CacheCoordinationType newCoordinationType)
          Sets the value of the 'Coordination Type' attribute.