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

Packages that use CacheKeyType_2_1
org.eclipse.jpt.jpa.eclipselink.core.resource.orm   
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1   
 

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm that return CacheKeyType_2_1
 CacheKeyType_2_1 XmlPrimaryKey.getCacheKeyType()
          Returns the value of the 'Cache Key Type' attribute.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm with parameters of type CacheKeyType_2_1
 void XmlPrimaryKey.setCacheKeyType(CacheKeyType_2_1 newCacheKeyType)
          Sets the value of the 'Cache Key Type' attribute.
 

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

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1 that return CacheKeyType_2_1
 CacheKeyType_2_1 EclipseLinkOrmV2_1Factory.createCacheKeyType_2_1FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
static CacheKeyType_2_1 CacheKeyType_2_1.get(int value)
          Returns the 'Cache Key Type 21' literal with the specified integer value.
static CacheKeyType_2_1 CacheKeyType_2_1.get(java.lang.String literal)
          Returns the 'Cache Key Type 21' literal with the specified literal value.
static CacheKeyType_2_1 CacheKeyType_2_1.getByName(java.lang.String name)
          Returns the 'Cache Key Type 21' literal with the specified name.
 CacheKeyType_2_1 XmlPrimaryKey_2_1.getCacheKeyType()
          Returns the value of the 'Cache Key Type' attribute.
static CacheKeyType_2_1 CacheKeyType_2_1.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CacheKeyType_2_1[] CacheKeyType_2_1.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.v2_1 with parameters of type CacheKeyType_2_1
 void XmlPrimaryKey_2_1.setCacheKeyType(CacheKeyType_2_1 value)
          Sets the value of the 'Cache Key Type' attribute.