org.eclipse.jpt.core.resource.orm
Interface XmlJoinTableMapping

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JpaEObject, org.eclipse.emf.common.notify.Notifier, XmlAttributeMapping, XmlRelationshipMapping
All Known Subinterfaces:
XmlManyToMany, XmlManyToMany, XmlManyToMany, XmlManyToOne, XmlManyToOne, XmlManyToOne, XmlMultiRelationshipMapping, XmlOneToMany, XmlOneToMany, XmlOneToMany, XmlOneToOne, XmlOneToOne, XmlOneToOne, XmlSingleRelationshipMapping
All Known Implementing Classes:
XmlManyToManyImpl, XmlManyToManyImpl, XmlManyToManyImpl, XmlManyToOneImpl, XmlManyToOneImpl, XmlManyToOneImpl, XmlOneToManyImpl, XmlOneToManyImpl, XmlOneToManyImpl, XmlOneToOneImpl, XmlOneToOneImpl, XmlOneToOneImpl

public interface XmlJoinTableMapping
extends XmlRelationshipMapping

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

The following features are supported:

See Also:
OrmPackage.getXmlJoinTableMapping()

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.core.resource.orm.XmlRelationshipMapping
getCascade, getFetch, getTargetEntity, getTargetEntityTextRange, setCascade, setFetch, setTargetEntity
 
Methods inherited from interface org.eclipse.jpt.core.resource.orm.XmlAttributeMapping
getMappingKey, getName, getNameTextRange, setName
 
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, 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.getXmlJoinTableMapping_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()