|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArithmeticExpression
A representation of the model object 'Arithmetic Expression'.
The following features are supported:
MOFScriptModelPackage.getArithmeticExpression()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
ArithmeticOperator |
getOperator()
Returns the value of the 'Operator' attribute. |
ValueExpression |
getPart1()
Returns the value of the 'Part1' containment reference |
ValueExpression |
getPart2()
Returns the value of the 'Part2' containment reference |
void |
setOperator(ArithmeticOperator value)
Sets the value of the ' Operator ' attribute |
void |
setPart1(ValueExpression value)
Sets the value of the ' Part1 ' containment reference |
void |
setPart2(ValueExpression value)
Sets the value of the ' Part2 ' containment reference |
Methods inherited from interface org.eclipse.mofscript.MOFScriptModel.ValueExpression |
---|
getSpecification, setSpecification |
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 |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
ArithmeticOperator getOperator()
ArithmeticOperator
.
If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
ArithmeticOperator
,
setOperator(ArithmeticOperator)
,
MOFScriptModelPackage.getArithmeticExpression_Operator()
void setOperator(ArithmeticOperator value)
Operator
' attribute.
value
- the new value of the 'Operator' attribute.ArithmeticOperator
,
getOperator()
ValueExpression getPart1()
If the meaning of the 'Part1' containment reference isn't clear, there really should be more of a description here...
setPart1(ValueExpression)
,
MOFScriptModelPackage.getArithmeticExpression_Part1()
void setPart1(ValueExpression value)
Part1
' containment reference.
value
- the new value of the 'Part1' containment reference.getPart1()
ValueExpression getPart2()
If the meaning of the 'Part2' containment reference isn't clear, there really should be more of a description here...
setPart2(ValueExpression)
,
MOFScriptModelPackage.getArithmeticExpression_Part2()
void setPart2(ValueExpression value)
Part2
' containment reference.
value
- the new value of the 'Part2' containment reference.getPart2()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |