public interface ResultAssignment
A representation of the model object 'Result Assignment'.
The following features are supported:
MOFScriptModelPackage.getResultAssignment()
Method Summary | |
---|---|
ValueExpression |
getExpression()
Returns the value of the 'Expression' containment reference |
AssignmentOperator |
getOperator()
Returns the value of the 'Operator' attribute. |
java.lang.String |
getResultPart()
Returns the value of the 'Result Part' attribute |
void |
setExpression(ValueExpression value)
Sets the value of the ' Expression ' containment reference |
void |
setOperator(AssignmentOperator value)
Sets the value of the ' Operator ' attribute |
void |
setResultPart(java.lang.String value)
Sets the value of the ' Result Part ' attribute |
Methods inherited from interface org.sintef.mofscript.MOFScriptModel.MOFScriptStatement |
---|
getOwner, setOwner |
Methods inherited from interface org.sintef.mofscript.MOFScriptModel.MOFScriptStatementOwner |
---|
getStatements, getVariables |
Methods inherited from interface org.sintef.mofscript.MOFScriptModel.MOFScriptObject |
---|
getColumn, getComment, getLine, setColumn, setLine |
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 |
---|
java.lang.String getResultPart()
If the meaning of the 'Result Part' attribute isn't clear, there really should be more of a description here...
setResultPart(String)
,
MOFScriptModelPackage.getResultAssignment_ResultPart()
void setResultPart(java.lang.String value)
Result Part
' attribute.
value
- the new value of the 'Result Part' attribute.getResultPart()
AssignmentOperator getOperator()
AssignmentOperator
.
If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
AssignmentOperator
,
setOperator(AssignmentOperator)
,
MOFScriptModelPackage.getResultAssignment_Operator()
void setOperator(AssignmentOperator value)
Operator
' attribute.
value
- the new value of the 'Operator' attribute.AssignmentOperator
,
getOperator()
ValueExpression getExpression()
If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...
setExpression(ValueExpression)
,
MOFScriptModelPackage.getResultAssignment_Expression()
void setExpression(ValueExpression value)
Expression
' containment reference.
value
- the new value of the 'Expression' containment reference.getExpression()