public interface AssignExp
A representation of the model object 'Assign Exp'.
The following features are supported:
ImperativeoclPackage.getAssignExp()
Method Summary | |
---|---|
OclExpression |
getDefaultValue()
Returns the value of the 'Default Value' containment reference. |
java.lang.Boolean |
getIsReset()
Returns the value of the 'Is Reset' attribute. |
OclExpression |
getLeft()
Returns the value of the 'Left' containment reference. |
org.eclipse.emf.common.util.EList<OclExpression> |
getValue()
Returns the value of the 'Value' containment reference list. |
void |
setDefaultValue(OclExpression value)
Sets the value of the ' Default Value ' containment reference. |
void |
setIsReset(java.lang.Boolean value)
Sets the value of the ' Is Reset ' attribute. |
void |
setLeft(OclExpression value)
Sets the value of the ' Left ' containment reference. |
Methods inherited from interface org.eclipse.gmt.umlx.emof.TypedElement |
---|
getType, setType |
Methods inherited from interface org.eclipse.gmt.umlx.emof.NamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.gmt.umlx.emof.Element |
---|
getOwnedComment, getTag |
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.emf.common.util.EList<OclExpression> getValue()
OclExpression
.
If the meaning of the 'Value' containment reference list isn't clear, there really should be more of a description here...
ImperativeoclPackage.getAssignExp_Value()
OclExpression getLeft()
If the meaning of the 'Left' containment reference isn't clear, there really should be more of a description here...
setLeft(OclExpression)
,
ImperativeoclPackage.getAssignExp_Left()
void setLeft(OclExpression value)
Left
' containment reference.
value
- the new value of the 'Left' containment reference.getLeft()
OclExpression getDefaultValue()
If the meaning of the 'Default Value' containment reference isn't clear, there really should be more of a description here...
setDefaultValue(OclExpression)
,
ImperativeoclPackage.getAssignExp_DefaultValue()
void setDefaultValue(OclExpression value)
Default Value
' containment reference.
value
- the new value of the 'Default Value' containment reference.getDefaultValue()
java.lang.Boolean getIsReset()
If the meaning of the 'Is Reset' attribute isn't clear, there really should be more of a description here...
setIsReset(Boolean)
,
ImperativeoclPackage.getAssignExp_IsReset()
void setIsReset(java.lang.Boolean value)
Is Reset
' attribute.
value
- the new value of the 'Is Reset' attribute.getIsReset()