org.sintef.mofscript.MOFScriptModel
Interface ResultAssignment

All Superinterfaces:
org.eclipse.emf.ecore.EObject, MOFScriptObject, MOFScriptStatement, MOFScriptStatementOwner, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ResultAssignmentImpl

public interface ResultAssignment
extends MOFScriptStatement

A representation of the model object 'Result Assignment'.

The following features are supported:

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

getResultPart

java.lang.String getResultPart()
Returns the value of the 'Result Part' attribute.

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

Returns:
the value of the 'Result Part' attribute.
See Also:
setResultPart(String), MOFScriptModelPackage.getResultAssignment_ResultPart()

setResultPart

void setResultPart(java.lang.String value)
Sets the value of the 'Result Part' attribute.

Parameters:
value - the new value of the 'Result Part' attribute.
See Also:
getResultPart()

getOperator

AssignmentOperator getOperator()
Returns the value of the 'Operator' attribute. The literals are from the enumeration AssignmentOperator.

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

Returns:
the value of the 'Operator' attribute.
See Also:
AssignmentOperator, setOperator(AssignmentOperator), MOFScriptModelPackage.getResultAssignment_Operator()

setOperator

void setOperator(AssignmentOperator value)
Sets the value of the 'Operator' attribute.

Parameters:
value - the new value of the 'Operator' attribute.
See Also:
AssignmentOperator, getOperator()

getExpression

ValueExpression getExpression()
Returns the value of the 'Expression' containment reference.

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

Returns:
the value of the 'Expression' containment reference.
See Also:
setExpression(ValueExpression), MOFScriptModelPackage.getResultAssignment_Expression()

setExpression

void setExpression(ValueExpression value)
Sets the value of the 'Expression' containment reference.

Parameters:
value - the new value of the 'Expression' containment reference.
See Also:
getExpression()