Uses of Class
org.sintef.mofscript.MOFScriptModel.ArithmeticOperator

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 value
static ArithmeticOperator ArithmeticOperator.get(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 ArithmeticExpressionImpl.getOperator()
           
 

Methods in org.sintef.mofscript.MOFScriptModel.impl with parameters of type ArithmeticOperator
 void ArithmeticExpressionImpl.setOperator(ArithmeticOperator newOperator)