public interface BaseProgram extends NamedElement
The following features are supported:
COBOLPackage.getBaseProgram()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataDivision |
getDataDivision()
Returns the value of the 'Data Division' containment reference.
|
EnvironmentDivision |
getEnvironmentDivision()
Returns the value of the 'Environment Division' containment reference.
|
IdentificationDivision |
getIdentificationDivision()
Returns the value of the 'Identification Division' containment reference.
|
java.util.List |
getNestedPrograms()
Returns the value of the 'Nested Programs' containment reference list.
|
void |
setDataDivision(DataDivision value)
Sets the value of the '
Data Division' containment reference. |
void |
setEnvironmentDivision(EnvironmentDivision value)
Sets the value of the '
Environment Division' containment reference. |
void |
setIdentificationDivision(IdentificationDivision value)
Sets the value of the '
Identification Division' containment reference. |
getName, setNamegetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
IdentificationDivision getIdentificationDivision()
setIdentificationDivision(IdentificationDivision),
COBOLPackage.getBaseProgram_IdentificationDivision()void setIdentificationDivision(IdentificationDivision value)
Identification Division' containment reference.
value - the new value of the 'Identification Division' containment reference.getIdentificationDivision()EnvironmentDivision getEnvironmentDivision()
setEnvironmentDivision(EnvironmentDivision),
COBOLPackage.getBaseProgram_EnvironmentDivision()void setEnvironmentDivision(EnvironmentDivision value)
Environment Division' containment reference.
value - the new value of the 'Environment Division' containment reference.getEnvironmentDivision()DataDivision getDataDivision()
setDataDivision(DataDivision),
COBOLPackage.getBaseProgram_DataDivision()void setDataDivision(DataDivision value)
Data Division' containment reference.
value - the new value of the 'Data Division' containment reference.getDataDivision()java.util.List getNestedPrograms()
BaseProgram.
COBOLPackage.getBaseProgram_NestedPrograms()