| Modifier and Type | Field and Description |
|---|---|
static RelationalOperator |
RelationalOperator.RO_EQUAL_LITERAL
The 'RO EQUAL' literal object.
|
static RelationalOperator |
RelationalOperator.RO_GREATER_LITERAL
The 'RO GREATER' literal object.
|
static RelationalOperator |
RelationalOperator.RO_GREATER_OR_EQUAL_LITERAL
The 'RO GREATER OR EQUAL' literal object.
|
static RelationalOperator |
RelationalOperator.RO_LESS_LITERAL
The 'RO LESS' literal object.
|
static RelationalOperator |
RelationalOperator.RO_LESS_OR_EQUAL_LITERAL
The 'RO LESS OR EQUAL' literal object.
|
static RelationalOperator |
RelationalOperator.RO_NOT_EQUAL_LITERAL
The 'RO NOT EQUAL' literal object.
|
static RelationalOperator |
RelationalOperator.RO_NOT_GREATER_LITERAL
The 'RO NOT GREATER' literal object.
|
static RelationalOperator |
RelationalOperator.RO_NOT_LESS_LITERAL
The 'RO NOT LESS' literal object.
|
| Modifier and Type | Method and Description |
|---|---|
static RelationalOperator |
RelationalOperator.get(int value)
Returns the 'Relational Operator' literal with the specified integer value.
|
static RelationalOperator |
RelationalOperator.get(java.lang.String literal)
Returns the 'Relational Operator' literal with the specified literal value.
|
static RelationalOperator |
RelationalOperator.getByName(java.lang.String name)
Returns the 'Relational Operator' literal with the specified name.
|
RelationalOperator |
RelationalOperatorClause.getOperator()
Returns the value of the 'Operator' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelationalOperatorClause.setOperator(RelationalOperator value)
Sets the value of the '
Operator' attribute. |