Uses of Class
com.ibm.etools.cobol.application.model.cobol.RelationalOperator

Uses of RelationalOperator in com.ibm.etools.cobol.application.model.cobol
 

Fields in com.ibm.etools.cobol.application.model.cobol declared as RelationalOperator
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.
 

Methods in com.ibm.etools.cobol.application.model.cobol that return RelationalOperator
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.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type RelationalOperator
 void RelationalOperatorClause.setOperator(RelationalOperator value)
          Sets the value of the 'Operator' attribute.