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

All Superinterfaces:
ASTNode, org.eclipse.emf.ecore.EObject, Expr, ExprClassCond, ExprConditional, ExprSimpleCond, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ExprIsNotStdClassCond, ExprIsStdClassCond

public interface ExprStdClassCond
extends ExprClassCond

A representation of a standard class condition.

The following features are supported:

See Also:
COBOLPackage.getExprStdClassCond()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 ClassType getClassType()
          Returns the value of the 'Class Type' attribute.
 void setClassType(ClassType value)
          Sets the value of the 'Class Type' attribute.
 
Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ExprClassCond
getDataRef, setDataRef
 
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

getClassType

ClassType getClassType()
Returns the value of the 'Class Type' attribute. The literals are from the enumeration ClassType.

Returns:
the value of the 'Class Type' attribute.
See Also:
ClassType, setClassType(ClassType), COBOLPackage.getExprStdClassCond_ClassType()

setClassType

void setClassType(ClassType value)
Sets the value of the 'Class Type' attribute.

Parameters:
value - the new value of the 'Class Type' attribute.
See Also:
ClassType, getClassType()