org.eclipse.emf.ecp.view.spi.table.model
Interface VTableDomainModelReference

All Superinterfaces:
org.eclipse.emf.ecore.EObject, ModelChangeListener, org.eclipse.emf.common.notify.Notifier, VDomainModelReference, VFeaturePathDomainModelReference
All Known Implementing Classes:
VTableDomainModelReferenceImpl

public interface VTableDomainModelReference
extends VFeaturePathDomainModelReference

A representation of the model object 'Domain Model Reference'.

The following features are supported:

See Also:
VTablePackage.getTableDomainModelReference()

Method Summary
 org.eclipse.emf.common.util.EList<VDomainModelReference> getColumnDomainModelReferences()
          Returns the value of the 'Column Domain Model References' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecp.view.spi.model.VFeaturePathDomainModelReference
getDomainModelEFeature, getDomainModelEReferencePath, setDomainModelEFeature
 
Methods inherited from interface org.eclipse.emf.ecp.view.spi.model.VDomainModelReference
getChangeListener, getEStructuralFeatureIterator, getFullPathIterator, getIterator, init
 
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
 
Methods inherited from interface org.eclipse.emf.ecp.view.spi.model.ModelChangeListener
notifyChange
 

Method Detail

getColumnDomainModelReferences

org.eclipse.emf.common.util.EList<VDomainModelReference> getColumnDomainModelReferences()
Returns the value of the 'Column Domain Model References' containment reference list. The list contents are of type VDomainModelReference.

If the meaning of the 'Column Domain Model References' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Column Domain Model References' containment reference list.
See Also:
VTablePackage.getTableDomainModelReference_ColumnDomainModelReferences()


Copyright © 2014. All Rights Reserved.