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

Interface BaseProgram

    • Method Detail

      • getEnvironmentDivision

        EnvironmentDivision getEnvironmentDivision()
        Returns the value of the 'Environment Division' containment reference.

        Returns:
        the value of the 'Environment Division' containment reference.
        See Also:
        setEnvironmentDivision(EnvironmentDivision), COBOLPackage.getBaseProgram_EnvironmentDivision()
      • getDataDivision

        DataDivision getDataDivision()
        Returns the value of the 'Data Division' containment reference.

        Returns:
        the value of the 'Data Division' containment reference.
        See Also:
        setDataDivision(DataDivision), COBOLPackage.getBaseProgram_DataDivision()
      • setDataDivision

        void setDataDivision(DataDivision value)
        Sets the value of the 'Data Division' containment reference.
        Parameters:
        value - the new value of the 'Data Division' containment reference.
        See Also:
        getDataDivision()
      • getNestedPrograms

        java.util.List getNestedPrograms()
        Returns the value of the 'Nested Programs' containment reference list. The list contents are of type BaseProgram.

        Returns:
        the value of the 'Nested Programs' containment reference list.
        See Also:
        COBOLPackage.getBaseProgram_NestedPrograms()