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

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

public interface Expr88Cond
extends ExprSimpleCond

A representation of a level 88 conditional.

The following features are supported:

See Also:
COBOLPackage.getExpr88Cond()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 Level88ItemRef getRef88()
          Returns the value of the 'Ref88' containment reference.
 void setRef88(Level88ItemRef value)
          Sets the value of the 'Ref88' 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

getRef88

Level88ItemRef getRef88()
Returns the value of the 'Ref88' containment reference.

The value is the level 88 condition.

Returns:
the value of the 'Ref88' containment reference.
See Also:
setRef88(Level88ItemRef), COBOLPackage.getExpr88Cond_Ref88()

setRef88

void setRef88(Level88ItemRef value)
Sets the value of the 'Ref88' containment reference.

Parameters:
value - the new value of the 'Ref88' containment reference.
See Also:
getRef88()