com.ibm.etools.cobol.application.model.cobol

Interface DataDivision

    • 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()
      • 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()
      • 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()
      • getSqlStmts

        java.util.List getSqlStmts()
        Returns the value of the 'Sql Stmts' containment reference list. The list contents are of type ExecSqlStmt.

        If the meaning of the 'Sql Stmts' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Sql Stmts' containment reference list.
        See Also:
        COBOLPackage.getDataDivision_SqlStmts()