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

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

public interface XmlJoinColumnsMapping
extends JpaEObject

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

The following features are supported:

See Also:
OrmPackage.getXmlJoinColumnsMapping()

Method Summary
 org.eclipse.emf.common.util.EList<XmlJoinColumn> getJoinColumns()
          Returns the value of the 'Join Columns' containment reference list.
 
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

getJoinColumns

org.eclipse.emf.common.util.EList<XmlJoinColumn> getJoinColumns()
Returns the value of the 'Join Columns' containment reference list. The list contents are of type XmlJoinColumn.

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

Returns:
the value of the 'Join Columns' containment reference list.
See Also:
OrmPackage.getXmlJoinColumnsMapping_JoinColumns()