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