com.ibm.etools.cobol.application.model.cobol
Interface RelationalOperatorClause

All Superinterfaces:
ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface RelationalOperatorClause
extends ASTNode

A representation of the relational operator clause in an abbreviated condition within an abbreviated combined relational condition.

The following features are supported:

See Also:
COBOLPackage.getRelationalOperatorClause()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 RelationalOperator getOperator()
          Returns the value of the 'Operator' attribute.
 void setOperator(RelationalOperator value)
          Sets the value of the 'Operator' attribute.
 
Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getOperator

RelationalOperator getOperator()
Returns the value of the 'Operator' attribute. The literals are from the enumeration RelationalOperator.

The value is a representation of the relational operator.

Returns:
the value of the 'Operator' attribute.
See Also:
RelationalOperator, setOperator(RelationalOperator), COBOLPackage.getRelationalOperatorClause_Operator()

setOperator

void setOperator(RelationalOperator value)
Sets the value of the 'Operator' attribute.

Parameters:
value - the new value of the 'Operator' attribute.
See Also:
RelationalOperator, getOperator()