|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PredicateComparisonOperator | |
---|---|
org.eclipse.datatools.modelbase.sql.query |
Uses of PredicateComparisonOperator in org.eclipse.datatools.modelbase.sql.query |
---|
Fields in org.eclipse.datatools.modelbase.sql.query declared as PredicateComparisonOperator | |
---|---|
static PredicateComparisonOperator |
PredicateComparisonOperator.EQUAL_LITERAL
The 'EQUAL' literal object. |
static PredicateComparisonOperator |
PredicateComparisonOperator.GREATER_THAN_LITERAL
The 'GREATER THAN' literal object. |
static PredicateComparisonOperator |
PredicateComparisonOperator.GREATER_THAN_OR_EQUAL_LITERAL
The 'GREATER THAN OR EQUAL' literal object. |
static PredicateComparisonOperator |
PredicateComparisonOperator.LESS_THAN_LITERAL
The 'LESS THAN' literal object. |
static PredicateComparisonOperator |
PredicateComparisonOperator.LESS_THAN_OR_EQUAL_LITERAL
The 'LESS THAN OR EQUAL' literal object. |
static PredicateComparisonOperator |
PredicateComparisonOperator.NOT_EQUAL_LITERAL
The 'NOT EQUAL' literal object. |
Methods in org.eclipse.datatools.modelbase.sql.query that return PredicateComparisonOperator | |
---|---|
static PredicateComparisonOperator |
PredicateComparisonOperator.get(int value)
Returns the 'Predicate Comparison Operator' literal with the specified integer value. |
static PredicateComparisonOperator |
PredicateComparisonOperator.get(java.lang.String literal)
Returns the 'Predicate Comparison Operator' literal with the specified literal value. |
static PredicateComparisonOperator |
PredicateComparisonOperator.getByName(java.lang.String name)
Returns the 'Predicate Comparison Operator' literal with the specified name. |
PredicateComparisonOperator |
PredicateBasic.getComparisonOperator()
Returns the value of the 'Comparison Operator' attribute. |
PredicateComparisonOperator |
PredicateQuantifiedValueSelect.getComparisonOperator()
Returns the value of the 'Comparison Operator' attribute. |
Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type PredicateComparisonOperator | |
---|---|
void |
PredicateBasic.setComparisonOperator(PredicateComparisonOperator value)
Sets the value of the ' Comparison Operator ' attribute. |
void |
PredicateQuantifiedValueSelect.setComparisonOperator(PredicateComparisonOperator value)
Sets the value of the ' Comparison Operator ' attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |