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

Interface Section

    • Method Detail

      • getParagraphs

        java.util.List getParagraphs()
        Returns the value of the 'Paragraphs' containment reference list. The list contents are of type Paragraph.

        Returns:
        the value of the 'Paragraphs' containment reference list.
        See Also:
        COBOLPackage.getSection_Paragraphs()
      • getPriorityNumber

        short getPriorityNumber()
        Returns the value of the 'Priority Number' attribute.

        Returns:
        the value of the 'Priority Number' attribute.
        See Also:
        setPriorityNumber(short), COBOLPackage.getSection_PriorityNumber()
      • setPriorityNumber

        void setPriorityNumber(short value)
        Sets the value of the 'Priority Number' attribute.
        Parameters:
        value - the new value of the 'Priority Number' attribute.
        See Also:
        getPriorityNumber()
      • getSentences

        java.util.List getSentences()
        Returns the value of the 'Sentences' containment reference list. The list contents are of type Sentence.

        The value is a list of the sentences that are not in paragraphs; if there are no such sentences, the list is empty.

        Returns:
        the value of the 'Sentences' containment reference list.
        See Also:
        COBOLPackage.getSection_Sentences()