public interface Assignment
A representation of the model object 'Assignment'.
The following features are supported:
QvtcorePackage.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. |
OclExpression |
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 |
setValue(OclExpression 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)
,
QvtcorePackage.getAssignment_BottomPattern()
,
BottomPattern.getAssignment()
void setBottomPattern(BottomPattern value)
Bottom Pattern
' container reference.
value
- the new value of the 'Bottom Pattern' container reference.getBottomPattern()
OclExpression getValue()
If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...
setValue(OclExpression)
,
QvtcorePackage.getAssignment_Value()
void setValue(OclExpression value)
Value
' containment reference.
value
- the new value of the 'Value' containment reference.getValue()
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)
,
QvtcorePackage.getAssignment_IsDefault()
void setIsDefault(java.lang.Boolean value)
Is Default
' attribute.
value
- the new value of the 'Is Default' attribute.getIsDefault()