public interface ConfigurationSection extends ASTNode
The following features are supported:
COBOLPackage.getConfigurationSection()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
ObjectComputerParagraph |
getObjectComputerParagraph()
Returns the value of the 'Object Computer Paragraph' containment reference.
|
RepositoryParagraph |
getRepositoryParagraph()
Returns the value of the 'Repository Paragraph' containment reference.
|
SourceComputerParagraph |
getSourceComputerParagraph()
Returns the value of the 'Source Computer Paragraph' containment reference.
|
SpecialNamesParagraph |
getSpecialNamesParagraph()
Returns the value of the 'Special Names Paragraph' containment reference.
|
void |
setObjectComputerParagraph(ObjectComputerParagraph value)
Sets the value of the '
Object Computer Paragraph' containment reference. |
void |
setRepositoryParagraph(RepositoryParagraph value)
Sets the value of the '
Repository Paragraph' containment reference. |
void |
setSourceComputerParagraph(SourceComputerParagraph value)
Sets the value of the '
Source Computer Paragraph' containment reference. |
void |
setSpecialNamesParagraph(SpecialNamesParagraph value)
Sets the value of the '
Special Names Paragraph' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
SourceComputerParagraph getSourceComputerParagraph()
setSourceComputerParagraph(SourceComputerParagraph),
COBOLPackage.getConfigurationSection_SourceComputerParagraph()void setSourceComputerParagraph(SourceComputerParagraph value)
Source Computer Paragraph' containment reference.
value - the new value of the 'Source Computer Paragraph' containment reference.getSourceComputerParagraph()ObjectComputerParagraph getObjectComputerParagraph()
setObjectComputerParagraph(ObjectComputerParagraph),
COBOLPackage.getConfigurationSection_ObjectComputerParagraph()void setObjectComputerParagraph(ObjectComputerParagraph value)
Object Computer Paragraph' containment reference.
value - the new value of the 'Object Computer Paragraph' containment reference.getObjectComputerParagraph()SpecialNamesParagraph getSpecialNamesParagraph()
setSpecialNamesParagraph(SpecialNamesParagraph),
COBOLPackage.getConfigurationSection_SpecialNamesParagraph()void setSpecialNamesParagraph(SpecialNamesParagraph value)
Special Names Paragraph' containment reference.
value - the new value of the 'Special Names Paragraph' containment reference.getSpecialNamesParagraph()RepositoryParagraph getRepositoryParagraph()
The value is a representation of the repository paragraph; if there is no repository paragraph, the value is null.
setRepositoryParagraph(RepositoryParagraph),
COBOLPackage.getConfigurationSection_RepositoryParagraph()void setRepositoryParagraph(RepositoryParagraph value)
Repository Paragraph' containment reference.
value - the new value of the 'Repository Paragraph' containment reference.getRepositoryParagraph()