| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.util.List |
getSqlStmts()
Returns the value of the 'Sql Stmts' containment reference list.
|
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. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
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()java.util.List getSqlStmts()
ExecSqlStmt.
If the meaning of the 'Sql Stmts' containment reference list isn't clear, there really should be more of a description here...
COBOLPackage.getDataDivision_SqlStmts()