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

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

public interface DataDivision
extends ASTNode

A representation of the data division.

The following features are supported:

See Also:
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getFileSection

FileSection getFileSection()
Returns the value of the 'File Section' containment reference.

Returns:
the value of the 'File Section' containment reference.
See Also:
setFileSection(FileSection), COBOLPackage.getDataDivision_FileSection()

setFileSection

void setFileSection(FileSection value)
Sets the value of the 'File Section' containment reference.

Parameters:
value - the new value of the 'File Section' containment reference.
See Also:
getFileSection()

getWorkingStorageSection

WorkingStorageSection getWorkingStorageSection()
Returns the value of the 'Working Storage Section' containment reference.

Returns:
the value of the 'Working Storage Section' containment reference.
See Also:
setWorkingStorageSection(WorkingStorageSection), COBOLPackage.getDataDivision_WorkingStorageSection()

setWorkingStorageSection

void setWorkingStorageSection(WorkingStorageSection value)
Sets the value of the 'Working Storage Section' containment reference.

Parameters:
value - the new value of the 'Working Storage Section' containment reference.
See Also:
getWorkingStorageSection()

getLocalStorageSection

LocalStorageSection getLocalStorageSection()
Returns the value of the 'Local Storage Section' containment reference.

Returns:
the value of the 'Local Storage Section' containment reference.
See Also:
setLocalStorageSection(LocalStorageSection), COBOLPackage.getDataDivision_LocalStorageSection()

setLocalStorageSection

void setLocalStorageSection(LocalStorageSection value)
Sets the value of the 'Local Storage Section' containment reference.

Parameters:
value - the new value of the 'Local Storage Section' containment reference.
See Also:
getLocalStorageSection()

getLinkageSection

LinkageSection getLinkageSection()
Returns the value of the 'Linkage Section' containment reference.

Returns:
the value of the 'Linkage Section' containment reference.
See Also:
setLinkageSection(LinkageSection), COBOLPackage.getDataDivision_LinkageSection()

setLinkageSection

void setLinkageSection(LinkageSection value)
Sets the value of the 'Linkage Section' containment reference.

Parameters:
value - the new value of the 'Linkage Section' containment reference.
See Also:
getLinkageSection()