|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComparisonOperator | |
---|---|
org.eclipse.mofscript.MOFScriptModel | |
org.eclipse.mofscript.MOFScriptModel.impl | |
org.eclipse.mofscript.parser |
Uses of ComparisonOperator in org.eclipse.mofscript.MOFScriptModel |
---|
Fields in org.eclipse.mofscript.MOFScriptModel with type parameters of type ComparisonOperator | |
---|---|
static java.util.List<ComparisonOperator> |
ComparisonOperator.VALUES
A public read-only list of all the 'Comparison Operator' enumerators |
Methods in org.eclipse.mofscript.MOFScriptModel that return ComparisonOperator | |
---|---|
static ComparisonOperator |
ComparisonOperator.get(int value)
Returns the 'Comparison Operator' literal with the specified integer value |
static ComparisonOperator |
ComparisonOperator.get(java.lang.String literal)
Returns the 'Comparison Operator' literal with the specified literal value |
static ComparisonOperator |
ComparisonOperator.getByName(java.lang.String name)
Returns the 'Comparison Operator' literal with the specified name |
ComparisonOperator |
ComparisonExpression.getOperator()
Returns the value of the 'Operator' attribute. |
static ComparisonOperator |
ComparisonOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ComparisonOperator[] |
ComparisonOperator.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 ComparisonOperator | |
---|---|
void |
ComparisonExpression.setOperator(ComparisonOperator value)
Sets the value of the ' Operator ' attribute |
Uses of ComparisonOperator in org.eclipse.mofscript.MOFScriptModel.impl |
---|
Fields in org.eclipse.mofscript.MOFScriptModel.impl declared as ComparisonOperator | |
---|---|
protected ComparisonOperator |
ComparisonExpressionImpl.operator
The cached value of the ' Operator ' attribute |
protected static ComparisonOperator |
ComparisonExpressionImpl.OPERATOR_EDEFAULT
The default value of the ' Operator ' attribute |
Methods in org.eclipse.mofscript.MOFScriptModel.impl that return ComparisonOperator | |
---|---|
ComparisonOperator |
MOFScriptModelFactoryImpl.createComparisonOperatorFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
ComparisonOperator |
ComparisonExpressionImpl.getOperator()
|
Methods in org.eclipse.mofscript.MOFScriptModel.impl with parameters of type ComparisonOperator | |
---|---|
void |
ComparisonExpressionImpl.setOperator(ComparisonOperator newOperator)
|
Uses of ComparisonOperator in org.eclipse.mofscript.parser |
---|
Methods in org.eclipse.mofscript.parser that return ComparisonOperator | |
---|---|
ComparisonOperator |
MofScript2Parser.comparisonOperator()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |