|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResultAssignment
A representation of the model object 'Result Assignment'.
The following features are supported:
MOFScriptModelPackage.getResultAssignment()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
Expression |
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(Expression 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.eclipse.mofscript.MOFScriptModel.MOFScriptStatement |
---|
getOwner, setOwner |
Methods inherited from interface org.eclipse.mofscript.MOFScriptModel.MOFScriptStatementOwner |
---|
getBlocks, getStatements, getVariables |
Methods inherited from interface org.eclipse.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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String copyright
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()
Expression getExpression()
If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...
setExpression(Expression)
,
MOFScriptModelPackage.getResultAssignment_Expression()
void setExpression(Expression value)
Expression
' containment reference.
value
- the new value of the 'Expression' containment reference.getExpression()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |