public interface ExprStdClassCond extends ExprClassCond
The following features are supported:
COBOLPackage.getExprStdClassCond()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
ClassType |
getClassType()
Returns the value of the 'Class Type' attribute.
|
void |
setClassType(ClassType value)
Sets the value of the '
Class Type' attribute. |
getDataRef, setDataRefgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
ClassType getClassType()
ClassType.
ClassType,
setClassType(ClassType),
COBOLPackage.getExprStdClassCond_ClassType()void setClassType(ClassType value)
Class Type' attribute.
value - the new value of the 'Class Type' attribute.ClassType,
getClassType()