|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GeneralAssignment
A representation of the model object 'General Assignment'.
The following features are supported:
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 |
---|
java.lang.String getName()
""
.
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
MOFScriptModelPackage.getGeneralAssignment_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
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.getGeneralAssignment_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.getGeneralAssignment_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 |