Uses of Class
org.eclipse.jpt.eclipselink.core.resource.orm.CacheType

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

Uses of CacheType in org.eclipse.jpt.eclipselink.core.context
 

Methods in org.eclipse.jpt.eclipselink.core.context that return CacheType
static CacheType EclipseLinkCacheType.toOrmResourceModel(EclipseLinkCacheType cacheType)
           
 

Methods in org.eclipse.jpt.eclipselink.core.context with parameters of type CacheType
static EclipseLinkCacheType EclipseLinkCacheType.fromOrmResourceModel(CacheType ormCacheType)
           
 

Uses of CacheType in org.eclipse.jpt.eclipselink.core.resource.orm
 

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

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

Methods in org.eclipse.jpt.eclipselink.core.resource.orm with parameters of type CacheType
 void XmlCache.setType(CacheType newType)
          Sets the value of the 'Type' attribute.