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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JpaEObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
XmlAssociationOverride_2_0
All Known Implementing Classes:
AbstractXmlMultiRelationshipMapping, AbstractXmlSingleRelationshipMapping, XmlAssociationOverride, XmlManyToMany, XmlManyToMany, XmlManyToOne, XmlManyToOne, XmlOneToMany, XmlOneToMany, XmlOneToOne, XmlOneToOne

public interface XmlJoinTableContainer
extends JpaEObject

A representation of the model object 'Xml Join Table Container'.

The following features are supported:

See Also:
OrmPackage.getXmlJoinTableContainer()

Method Summary
 XmlJoinTable getJoinTable()
          Returns the value of the 'Join Table' containment reference.
 void setJoinTable(XmlJoinTable value)
          Sets the value of the 'Join Table' 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

getJoinTable

XmlJoinTable getJoinTable()
Returns the value of the 'Join Table' containment reference.

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

Returns:
the value of the 'Join Table' containment reference.
See Also:
setJoinTable(XmlJoinTable), OrmPackage.getXmlJoinTableContainer_JoinTable()

setJoinTable

void setJoinTable(XmlJoinTable value)
Sets the value of the 'Join Table' containment reference.

Parameters:
value - the new value of the 'Join Table' containment reference.
See Also:
getJoinTable()