public interface Assignment
A representation of the model object 'Assignment'.
The following features are supported:
EqvtCorePackage.getAssignment()
Method Summary | |
---|---|
BottomPattern |
getBottomPattern()
Returns the value of the 'Bottom Pattern' container reference. |
java.lang.Boolean |
getIsDefault()
Returns the value of the 'Is Default' attribute. |
org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> |
getSlotExpression()
Returns the value of the 'Slot Expression' containment reference. |
org.eclipse.emf.ecore.EStructuralFeature |
getTargetProperty()
Returns the value of the 'Target Property' reference. |
org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> |
getValue()
Returns the value of the 'Value' containment reference. |
void |
setBottomPattern(BottomPattern value)
Sets the value of the ' Bottom Pattern ' container reference. |
void |
setIsDefault(java.lang.Boolean value)
Sets the value of the ' Is Default ' attribute. |
void |
setSlotExpression(org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> 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. |
void |
setValue(org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> value)
Sets the value of the ' Value ' containment reference. |
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 |
---|
BottomPattern getBottomPattern()
Assignment
'.
If the meaning of the 'Bottom Pattern' container reference isn't clear, there really should be more of a description here...
setBottomPattern(BottomPattern)
,
EqvtCorePackage.getAssignment_BottomPattern()
,
BottomPattern.getAssignment()
void setBottomPattern(BottomPattern value)
Bottom Pattern
' container reference.
value
- the new value of the 'Bottom Pattern' container reference.getBottomPattern()
org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> 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.getAssignment_SlotExpression()
void setSlotExpression(org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> value)
Slot Expression
' containment reference.
value
- the new value of the 'Slot Expression' containment reference.getSlotExpression()
org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> getValue()
If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...
#setValue(OCLExpression)
,
EqvtCorePackage.getAssignment_Value()
void setValue(org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> value)
Value
' containment reference.
value
- the new value of the 'Value' containment reference.getValue()
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.getAssignment_TargetProperty()
void setTargetProperty(org.eclipse.emf.ecore.EStructuralFeature value)
Target Property
' reference.
value
- the new value of the 'Target Property' reference.getTargetProperty()
java.lang.Boolean getIsDefault()
If the meaning of the 'Is Default' attribute isn't clear, there really should be more of a description here...
setIsDefault(Boolean)
,
EqvtCorePackage.getAssignment_IsDefault()
void setIsDefault(java.lang.Boolean value)
Is Default
' attribute.
value
- the new value of the 'Is Default' attribute.getIsDefault()