org.eclipse.jpt.jpa.core.resource.orm
Interface XmlIdClassContainer

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

public interface XmlIdClassContainer
extends JpaEObject

A representation of the model object 'Xml Id Class Container'.

The following features are supported:

See Also:
OrmPackage.getXmlIdClassContainer()

Method Summary
 XmlClassReference getIdClass()
          Returns the value of the 'Id Class' containment reference.
 void setIdClass(XmlClassReference value)
          Sets the value of the 'Id Class' containment reference.
 
Methods inherited from interface org.eclipse.jpt.jpa.core.resource.xml.JpaEObject
containsOffset, createDeleteEdit, 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

getIdClass

XmlClassReference getIdClass()
Returns the value of the 'Id Class' containment reference.

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

Returns:
the value of the 'Id Class' containment reference.
See Also:
setIdClass(XmlClassReference), OrmPackage.getXmlIdClassContainer_IdClass()

setIdClass

void setIdClass(XmlClassReference value)
Sets the value of the 'Id Class' containment reference.

Parameters:
value - the new value of the 'Id Class' containment reference.
See Also:
getIdClass()