|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataDivision
A representation of the data division.
The following features are supported:
COBOLPackage.getDataDivision()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
FileSection |
getFileSection()
Returns the value of the 'File Section' containment reference. |
LinkageSection |
getLinkageSection()
Returns the value of the 'Linkage Section' containment reference. |
LocalStorageSection |
getLocalStorageSection()
Returns the value of the 'Local Storage Section' containment reference. |
WorkingStorageSection |
getWorkingStorageSection()
Returns the value of the 'Working Storage Section' containment reference. |
void |
setFileSection(FileSection value)
Sets the value of the ' File Section' containment reference. |
void |
setLinkageSection(LinkageSection value)
Sets the value of the ' Linkage Section' containment reference. |
void |
setLocalStorageSection(LocalStorageSection value)
Sets the value of the ' Local Storage Section' containment reference. |
void |
setWorkingStorageSection(WorkingStorageSection value)
Sets the value of the ' Working Storage Section' 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 |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
FileSection getFileSection()
setFileSection(FileSection),
COBOLPackage.getDataDivision_FileSection()void setFileSection(FileSection value)
File Section' containment reference.
value - the new value of the 'File Section' containment reference.getFileSection()WorkingStorageSection getWorkingStorageSection()
setWorkingStorageSection(WorkingStorageSection),
COBOLPackage.getDataDivision_WorkingStorageSection()void setWorkingStorageSection(WorkingStorageSection value)
Working Storage Section' containment reference.
value - the new value of the 'Working Storage Section' containment reference.getWorkingStorageSection()LocalStorageSection getLocalStorageSection()
setLocalStorageSection(LocalStorageSection),
COBOLPackage.getDataDivision_LocalStorageSection()void setLocalStorageSection(LocalStorageSection value)
Local Storage Section' containment reference.
value - the new value of the 'Local Storage Section' containment reference.getLocalStorageSection()LinkageSection getLinkageSection()
setLinkageSection(LinkageSection),
COBOLPackage.getDataDivision_LinkageSection()void setLinkageSection(LinkageSection value)
Linkage Section' containment reference.
value - the new value of the 'Linkage Section' containment reference.getLinkageSection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||