public interface RelationalSubExpression extends IConditionValue
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
AdditiveExpression |
getAdditiveExpression()
Returns the value of the 'Additive Expression' containment reference
|
RelationalOperator |
getRelationalOperator()
Returns the value of the 'Relational Operator' containment reference
|
void |
setAdditiveExpression(AdditiveExpression value)
Sets the value of the '
Additive Expression' containment reference |
void |
setRelationalOperator(RelationalOperator value)
Sets the value of the '
Relational Operator' containment reference |
RelationalOperator getRelationalOperator()
If the meaning of the 'Relational Operator' reference isn't clear, there really should be more of a description here...
setRelationalOperator(RelationalOperator),
AstPackage.getRelationalSubExpression_RelationalOperator()void setRelationalOperator(RelationalOperator value)
Relational Operator' containment reference.
value - the new value of the 'Relational Operator' containment reference.getRelationalOperator()AdditiveExpression getAdditiveExpression()
If the meaning of the 'Additive Expression' reference isn't clear, there really should be more of a description here...
setAdditiveExpression(AdditiveExpression),
AstPackage.getRelationalSubExpression_AdditiveExpression()void setAdditiveExpression(AdditiveExpression value)
Additive Expression' containment reference.
value - the new value of the 'Additive Expression' containment reference.getAdditiveExpression()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.