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

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

public interface ConfigurationSection
extends ASTNode

A representation of the configuration section in the environment division.

The following features are supported:

See Also:
COBOLPackage.getConfigurationSection()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 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.
 
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

getSourceComputerParagraph

SourceComputerParagraph getSourceComputerParagraph()
Returns the value of the 'Source Computer Paragraph' containment reference.

Returns:
the value of the 'Source Computer Paragraph' containment reference.
See Also:
setSourceComputerParagraph(SourceComputerParagraph), COBOLPackage.getConfigurationSection_SourceComputerParagraph()

setSourceComputerParagraph

void setSourceComputerParagraph(SourceComputerParagraph value)
Sets the value of the 'Source Computer Paragraph' containment reference.

Parameters:
value - the new value of the 'Source Computer Paragraph' containment reference.
See Also:
getSourceComputerParagraph()

getObjectComputerParagraph

ObjectComputerParagraph getObjectComputerParagraph()
Returns the value of the 'Object Computer Paragraph' containment reference.

Returns:
the value of the 'Object Computer Paragraph' containment reference.
See Also:
setObjectComputerParagraph(ObjectComputerParagraph), COBOLPackage.getConfigurationSection_ObjectComputerParagraph()

setObjectComputerParagraph

void setObjectComputerParagraph(ObjectComputerParagraph value)
Sets the value of the 'Object Computer Paragraph' containment reference.

Parameters:
value - the new value of the 'Object Computer Paragraph' containment reference.
See Also:
getObjectComputerParagraph()

getSpecialNamesParagraph

SpecialNamesParagraph getSpecialNamesParagraph()
Returns the value of the 'Special Names Paragraph' containment reference.

Returns:
the value of the 'Special Names Paragraph' containment reference.
See Also:
setSpecialNamesParagraph(SpecialNamesParagraph), COBOLPackage.getConfigurationSection_SpecialNamesParagraph()

setSpecialNamesParagraph

void setSpecialNamesParagraph(SpecialNamesParagraph value)
Sets the value of the 'Special Names Paragraph' containment reference.

Parameters:
value - the new value of the 'Special Names Paragraph' containment reference.
See Also:
getSpecialNamesParagraph()

getRepositoryParagraph

RepositoryParagraph getRepositoryParagraph()
Returns the value of the 'Repository Paragraph' containment reference.

The value is a representation of the repository paragraph; if there is no repository paragraph, the value is null.

Returns:
the value of the 'Repository Paragraph' containment reference.
See Also:
setRepositoryParagraph(RepositoryParagraph), COBOLPackage.getConfigurationSection_RepositoryParagraph()

setRepositoryParagraph

void setRepositoryParagraph(RepositoryParagraph value)
Sets the value of the 'Repository Paragraph' containment reference.

Parameters:
value - the new value of the 'Repository Paragraph' containment reference.
See Also:
getRepositoryParagraph()