public interface PropertyAssignment
A representation of the model object 'Property Assignment'.
The following features are supported:
QvtcorePackage.getPropertyAssignment()
Method Summary | |
---|---|
OclExpression |
getSlotExpression()
Returns the value of the 'Slot Expression' containment reference. |
Property |
getTargetProperty()
Returns the value of the 'Target Property' reference. |
void |
setSlotExpression(OclExpression value)
Sets the value of the ' Slot Expression ' containment reference. |
void |
setTargetProperty(Property value)
Sets the value of the ' Target Property ' reference. |
Methods inherited from interface org.eclipse.gmt.umlx.qvtcore.Assignment |
---|
getBottomPattern, getIsDefault, getValue, setBottomPattern, setIsDefault, setValue |
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 |
---|
OclExpression getSlotExpression()
If the meaning of the 'Slot Expression' containment reference isn't clear, there really should be more of a description here...
setSlotExpression(OclExpression)
,
QvtcorePackage.getPropertyAssignment_SlotExpression()
void setSlotExpression(OclExpression value)
Slot Expression
' containment reference.
value
- the new value of the 'Slot Expression' containment reference.getSlotExpression()
Property getTargetProperty()
If the meaning of the 'Target Property' reference isn't clear, there really should be more of a description here...
setTargetProperty(Property)
,
QvtcorePackage.getPropertyAssignment_TargetProperty()
void setTargetProperty(Property value)
Target Property
' reference.
value
- the new value of the 'Target Property' reference.getTargetProperty()