|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArithmeticOperator | |
---|---|
org.sintef.mofscript.MOFScriptModel | |
org.sintef.mofscript.MOFScriptModel.impl |
Uses of ArithmeticOperator in org.sintef.mofscript.MOFScriptModel |
---|
Fields in org.sintef.mofscript.MOFScriptModel declared as ArithmeticOperator | |
---|---|
static ArithmeticOperator |
ArithmeticOperator.DIV_LITERAL
The 'DIV' literal object |
static ArithmeticOperator |
ArithmeticOperator.MINUS_LITERAL
The 'MINUS' literal object |
static ArithmeticOperator |
ArithmeticOperator.MULT_LITERAL
The 'MULT' literal object |
static ArithmeticOperator |
ArithmeticOperator.PLUS_LITERAL
The 'PLUS' literal object |
Methods in org.sintef.mofscript.MOFScriptModel that return ArithmeticOperator | |
---|---|
static ArithmeticOperator |
ArithmeticOperator.get(int value)
Returns the 'Arithmetic Operator' literal with the specified integer value |
static ArithmeticOperator |
ArithmeticOperator.get(java.lang.String literal)
Returns the 'Arithmetic Operator' literal with the specified literal value |
static ArithmeticOperator |
ArithmeticOperator.getByName(java.lang.String name)
Returns the 'Arithmetic Operator' literal with the specified name |
ArithmeticOperator |
ArithmeticExpression.getOperator()
Returns the value of the 'Operator' attribute. |
Methods in org.sintef.mofscript.MOFScriptModel with parameters of type ArithmeticOperator | |
---|---|
void |
ArithmeticExpression.setOperator(ArithmeticOperator value)
Sets the value of the ' Operator ' attribute |
Uses of ArithmeticOperator in org.sintef.mofscript.MOFScriptModel.impl |
---|
Fields in org.sintef.mofscript.MOFScriptModel.impl declared as ArithmeticOperator | |
---|---|
protected ArithmeticOperator |
ArithmeticExpressionImpl.operator
The cached value of the ' Operator ' attribute |
protected static ArithmeticOperator |
ArithmeticExpressionImpl.OPERATOR_EDEFAULT
The default value of the ' Operator ' attribute |
Methods in org.sintef.mofscript.MOFScriptModel.impl that return ArithmeticOperator | |
---|---|
ArithmeticOperator |
MOFScriptModelFactoryImpl.createArithmeticOperatorFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
ArithmeticOperator |
ArithmeticExpressionImpl.getOperator()
|
Methods in org.sintef.mofscript.MOFScriptModel.impl with parameters of type ArithmeticOperator | |
---|---|
void |
ArithmeticExpressionImpl.setOperator(ArithmeticOperator newOperator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |