org.eclipse.gmt.umlx.imperativeocl
Interface AssignExp

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, ImperativeExpression, NamedElement, org.eclipse.emf.common.notify.Notifier, Object, OclExpression, TypedElement

public interface AssignExp
extends ImperativeExpression

A representation of the model object 'Assign Exp'.

The following features are supported:

See Also:
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

getValue

org.eclipse.emf.common.util.EList<OclExpression> getValue()
Returns the value of the 'Value' containment reference list. The list contents are of type OclExpression.

If the meaning of the 'Value' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' containment reference list.
See Also:
ImperativeoclPackage.getAssignExp_Value()

getLeft

OclExpression getLeft()
Returns the value of the 'Left' containment reference.

If the meaning of the 'Left' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Left' containment reference.
See Also:
setLeft(OclExpression), ImperativeoclPackage.getAssignExp_Left()

setLeft

void setLeft(OclExpression value)
Sets the value of the 'Left' containment reference.

Parameters:
value - the new value of the 'Left' containment reference.
See Also:
getLeft()

getDefaultValue

OclExpression getDefaultValue()
Returns the value of the 'Default Value' containment reference.

If the meaning of the 'Default Value' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default Value' containment reference.
See Also:
setDefaultValue(OclExpression), ImperativeoclPackage.getAssignExp_DefaultValue()

setDefaultValue

void setDefaultValue(OclExpression value)
Sets the value of the 'Default Value' containment reference.

Parameters:
value - the new value of the 'Default Value' containment reference.
See Also:
getDefaultValue()

getIsReset

java.lang.Boolean getIsReset()
Returns the value of the 'Is Reset' attribute.

If the meaning of the 'Is Reset' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Is Reset' attribute.
See Also:
setIsReset(Boolean), ImperativeoclPackage.getAssignExp_IsReset()

setIsReset

void setIsReset(java.lang.Boolean value)
Sets the value of the 'Is Reset' attribute.

Parameters:
value - the new value of the 'Is Reset' attribute.
See Also:
getIsReset()