org.eclipse.jpt.eclipselink.core.resource.orm.v1_1
Interface XmlMappedSuperclass_1_1

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

public interface XmlMappedSuperclass_1_1
extends JpaEObject

A representation of the model object 'Xml Mapped Superclass 11'.

The following features are supported:

See Also:
EclipseLinkOrmV1_1Package.getXmlMappedSuperclass_1_1()

Method Summary
 XmlPrimaryKey getPrimaryKey()
          Returns the value of the 'Primary Key' containment reference.
 void setPrimaryKey(XmlPrimaryKey value)
          Sets the value of the 'Primary Key' containment reference.
 
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

getPrimaryKey

XmlPrimaryKey getPrimaryKey()
Returns the value of the 'Primary Key' containment reference.

If the meaning of the 'Primary Key' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Primary Key' containment reference.
See Also:
setPrimaryKey(XmlPrimaryKey), EclipseLinkOrmV1_1Package.getXmlMappedSuperclass_1_1_PrimaryKey()

setPrimaryKey

void setPrimaryKey(XmlPrimaryKey value)
Sets the value of the 'Primary Key' containment reference.

Parameters:
value - the new value of the 'Primary Key' containment reference.
See Also:
getPrimaryKey()