public interface VMappingDomainModelReference extends VFeaturePathDomainModelReference
The following features are supported:
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
getDomainModelReference()
Returns the value of the 'Domain Model Reference'
containment reference.
|
org.eclipse.emf.ecore.EClass |
getMappedClass()
Returns the value of the 'Mapped Class' reference.
|
void |
setDomainModelReference(VDomainModelReference value)
Sets the value of the '
Domain Model Reference ' containment reference. |
void |
setMappedClass(org.eclipse.emf.ecore.EClass value)
Sets the value of the '
Mapped Class ' reference. |
getDomainModelEFeature, getDomainModelEReferencePath, setDomainModelEFeature
getChangeListener, getEStructuralFeatureIterator, getFullPathIterator, getIterator, init
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
notifyChange
org.eclipse.emf.ecore.EClass getMappedClass()
If the meaning of the 'Mapped Class' reference isn't clear, there really should be more of a description here...
setMappedClass(EClass)
,
VMappingdmrPackage.getMappingDomainModelReference_MappedClass()
void setMappedClass(org.eclipse.emf.ecore.EClass value)
Mapped Class
' reference. value
- the new value of the 'Mapped Class' reference.getMappedClass()
VDomainModelReference getDomainModelReference()
If the meaning of the 'Domain Model Reference' containment reference isn't clear, there really should be more of a description here...
setDomainModelReference(VDomainModelReference)
,
VMappingdmrPackage.getMappingDomainModelReference_DomainModelReference()
void setDomainModelReference(VDomainModelReference value)
Domain Model Reference
' containment reference. value
- the new value of the 'Domain Model Reference'
containment reference.getDomainModelReference()
Copyright © 2018. All rights reserved.