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

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

Uses of LogicalOperator in org.eclipse.mofscript.MOFScriptModel
 

Fields in org.eclipse.mofscript.MOFScriptModel with type parameters of type LogicalOperator
static java.util.List<LogicalOperator> LogicalOperator.VALUES
          A public read-only list of all the 'Logical Operator' enumerators
 

Methods in org.eclipse.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.
static LogicalOperator LogicalOperator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LogicalOperator[] LogicalOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

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

Fields in org.eclipse.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.eclipse.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.eclipse.mofscript.MOFScriptModel.impl with parameters of type LogicalOperator
 void LogicalExpressionImpl.setOperator(LogicalOperator newOperator)