org.eclipse.jpt.eclipselink.core.resource.orm.v2_1
Interface XmlPrimaryKey_2_1

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JpaEObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
XmlPrimaryKey

public interface XmlPrimaryKey_2_1
extends JpaEObject

A representation of the model object 'Xml Primary Key 21'.

The following features are supported:

See Also:
EclipseLinkOrmV2_1Package.getXmlPrimaryKey_2_1()

Method Summary
 CacheKeyType_2_1 getCacheKeyType()
          Returns the value of the 'Cache Key Type' attribute.
 void setCacheKeyType(CacheKeyType_2_1 value)
          Sets the value of the 'Cache Key Type' attribute.
 
Methods inherited from interface org.eclipse.jpt.core.resource.xml.JpaEObject
containsOffset, getSelectionTextRange, getValidationTextRange, isUnset
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getCacheKeyType

CacheKeyType_2_1 getCacheKeyType()
Returns the value of the 'Cache Key Type' attribute. The literals are from the enumeration CacheKeyType_2_1.

If the meaning of the 'Cache Key Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Cache Key Type' attribute.
See Also:
CacheKeyType_2_1, setCacheKeyType(CacheKeyType_2_1), EclipseLinkOrmV2_1Package.getXmlPrimaryKey_2_1_CacheKeyType()

setCacheKeyType

void setCacheKeyType(CacheKeyType_2_1 value)
Sets the value of the 'Cache Key Type' attribute.

Parameters:
value - the new value of the 'Cache Key Type' attribute.
See Also:
CacheKeyType_2_1, getCacheKeyType()