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

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

public interface AbbreviatedCombinedRelationalCond
extends ExprComplexCond

A representation of an abbreviated combined relational condition

The following features are supported:

See Also:
COBOLPackage.getAbbreviatedCombinedRelationalCond()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List getAbbreviatedConditions()
          Returns the value of the 'Abbreviated Conditions' containment reference list.
 ExprRelationCond getRelationalCondition()
          Returns the value of the 'Relational Condition' containment reference.
 void setRelationalCondition(ExprRelationCond value)
          Sets the value of the 'Relational Condition' containment reference.
 
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

getRelationalCondition

ExprRelationCond getRelationalCondition()
Returns the value of the 'Relational Condition' containment reference.

Returns:
the value of the 'Relational Condition' containment reference.
See Also:
setRelationalCondition(ExprRelationCond), COBOLPackage.getAbbreviatedCombinedRelationalCond_RelationalCondition()

setRelationalCondition

void setRelationalCondition(ExprRelationCond value)
Sets the value of the 'Relational Condition' containment reference.

Parameters:
value - the new value of the 'Relational Condition' containment reference.
See Also:
getRelationalCondition()

getAbbreviatedConditions

java.util.List getAbbreviatedConditions()
Returns the value of the 'Abbreviated Conditions' containment reference list. The list contents are of type AbbreviatedCond.

Returns:
the value of the 'Abbreviated Conditions' containment reference list.
See Also:
COBOLPackage.getAbbreviatedCombinedRelationalCond_AbbreviatedConditions()