public interface Variable
A representation of the model object 'Variable'.
The following features are supported:
EssentialoclPackage.getVariable()
Method Summary | |
---|---|
Parameter |
getBindParameter()
Returns the value of the 'Bind Parameter' reference. |
OclExpression |
getInitExpression()
Returns the value of the 'Init Expression' containment reference. |
LetExp |
getLetExp()
Returns the value of the 'Let Exp' container reference. |
void |
setBindParameter(Parameter value)
Sets the value of the ' Bind Parameter ' reference. |
void |
setInitExpression(OclExpression value)
Sets the value of the ' Init Expression ' containment reference. |
void |
setLetExp(LetExp value)
Sets the value of the ' Let Exp ' container 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 |
---|
OclExpression getInitExpression()
If the meaning of the 'Init Expression' containment reference isn't clear, there really should be more of a description here...
setInitExpression(OclExpression)
,
EssentialoclPackage.getVariable_InitExpression()
void setInitExpression(OclExpression value)
Init Expression
' containment reference.
value
- the new value of the 'Init Expression' containment reference.getInitExpression()
LetExp getLetExp()
Variable
'.
If the meaning of the 'Let Exp' container reference isn't clear, there really should be more of a description here...
setLetExp(LetExp)
,
EssentialoclPackage.getVariable_LetExp()
,
LetExp.getVariable()
void setLetExp(LetExp value)
Let Exp
' container reference.
value
- the new value of the 'Let Exp' container reference.getLetExp()
Parameter getBindParameter()
If the meaning of the 'Bind Parameter' reference isn't clear, there really should be more of a description here...
setBindParameter(Parameter)
,
EssentialoclPackage.getVariable_BindParameter()
void setBindParameter(Parameter value)
Bind Parameter
' reference.
value
- the new value of the 'Bind Parameter' reference.getBindParameter()