public interface VKeyAttributeDomainModelReference extends VFeaturePathDomainModelReference
The following features are supported:
Modifier and Type | Method and Description |
---|---|
VDomainModelReference |
getKeyDMR()
Returns the value of the 'Key DMR' containment reference.
|
Object |
getKeyValue()
Returns the value of the 'Key Value' attribute.
|
VDomainModelReference |
getValueDMR()
Returns the value of the 'Value DMR' containment reference.
|
void |
setKeyDMR(VDomainModelReference value)
Sets the value of the '
Key DMR ' containment reference. |
void |
setKeyValue(Object value)
Sets the value of the '
Key Value ' attribute. |
void |
setValueDMR(VDomainModelReference value)
Sets the value of the '
Value DMR ' containment reference. |
getDomainModelEFeature, getDomainModelEReferencePath, setDomainModelEFeature
getChangeListener, getEStructuralFeatureIterator, getFullPathIterator, getIterator, getSegments, init
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
notifyChange
VDomainModelReference getKeyDMR()
If the meaning of the 'Key DMR' containment reference isn't clear, there really should be more of a description here...
setKeyDMR(VDomainModelReference)
,
VKeyattributedmrPackage.getKeyAttributeDomainModelReference_KeyDMR()
void setKeyDMR(VDomainModelReference value)
Key DMR
' containment reference.
value
- the new value of the 'Key DMR' containment reference.getKeyDMR()
Object getKeyValue()
If the meaning of the 'Key Value' attribute isn't clear, there really should be more of a description here...
setKeyValue(Object)
,
VKeyattributedmrPackage.getKeyAttributeDomainModelReference_KeyValue()
void setKeyValue(Object value)
Key Value
' attribute.
value
- the new value of the 'Key Value' attribute.getKeyValue()
VDomainModelReference getValueDMR()
If the meaning of the 'Value DMR' containment reference isn't clear, there really should be more of a description here...
setValueDMR(VDomainModelReference)
,
VKeyattributedmrPackage.getKeyAttributeDomainModelReference_ValueDMR()
void setValueDMR(VDomainModelReference value)
Value DMR
' containment reference.
value
- the new value of the 'Value DMR' containment reference.getValueDMR()
Copyright © 2019. All rights reserved.