public interface RelationalOperatorClause extends ASTNode
The following features are supported:
COBOLPackage.getRelationalOperatorClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
RelationalOperator |
getOperator()
Returns the value of the 'Operator' attribute.
|
void |
setOperator(RelationalOperator value)
Sets the value of the '
Operator' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
RelationalOperator getOperator()
RelationalOperator.
The value is a representation of the relational operator.
RelationalOperator,
setOperator(RelationalOperator),
COBOLPackage.getRelationalOperatorClause_Operator()void setOperator(RelationalOperator value)
Operator' attribute.
value - the new value of the 'Operator' attribute.RelationalOperator,
getOperator()