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

Packages that use LogicalOperator
org.sintef.mofscript.MOFScriptModel   
org.sintef.mofscript.MOFScriptModel.impl   
 

Uses of LogicalOperator in org.sintef.mofscript.MOFScriptModel
 

Fields in org.sintef.mofscript.MOFScriptModel declared as LogicalOperator
static LogicalOperator LogicalOperator.AND_LITERAL
          The 'AND' literal object
static LogicalOperator LogicalOperator.NONE_LITERAL
          The 'NONE' literal object
static LogicalOperator LogicalOperator.NOT_LITERAL
          The 'NOT' literal object
static LogicalOperator LogicalOperator.OR_LITERAL
          The 'OR' literal object
 

Methods in org.sintef.mofscript.MOFScriptModel that return LogicalOperator
static LogicalOperator LogicalOperator.get(int value)
          Returns the 'Logical Operator' literal with the specified integer value
static LogicalOperator LogicalOperator.get(java.lang.String literal)
          Returns the 'Logical Operator' literal with the specified literal value
static LogicalOperator LogicalOperator.getByName(java.lang.String name)
          Returns the 'Logical Operator' literal with the specified name
 LogicalOperator LogicalExpression.getOperator()
          Returns the value of the 'Operator' attribute.
 

Methods in org.sintef.mofscript.MOFScriptModel with parameters of type LogicalOperator
 void LogicalExpression.setOperator(LogicalOperator value)
          Sets the value of the 'Operator' attribute
 

Uses of LogicalOperator in org.sintef.mofscript.MOFScriptModel.impl
 

Fields in org.sintef.mofscript.MOFScriptModel.impl declared as LogicalOperator
protected  LogicalOperator LogicalExpressionImpl.operator
          The cached value of the 'Operator' attribute
protected static LogicalOperator LogicalExpressionImpl.OPERATOR_EDEFAULT
          The default value of the 'Operator' attribute
 

Methods in org.sintef.mofscript.MOFScriptModel.impl that return LogicalOperator
 LogicalOperator MOFScriptModelFactoryImpl.createLogicalOperatorFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 LogicalOperator LogicalExpressionImpl.getOperator()
           
 

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