org.eclipse.mofscript.MOFScriptModel
Interface GeneralAssignment

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

public interface GeneralAssignment
extends MOFScriptStatement

A representation of the model object 'General Assignment'.

The following features are supported:

See Also:
MOFScriptModelPackage.getGeneralAssignment()

Method Summary
 Expression getExpression()
          Returns the value of the 'Expression' containment reference
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 AssignmentOperator getOperator()
          Returns the value of the 'Operator' attribute.
 void setExpression(Expression value)
          Sets the value of the 'Expression' containment reference
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setOperator(AssignmentOperator value)
          Sets the value of the 'Operator' 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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute. The default value is "".

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), MOFScriptModelPackage.getGeneralAssignment_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

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.getGeneralAssignment_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

Expression 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(Expression), MOFScriptModelPackage.getGeneralAssignment_Expression()

setExpression

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

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