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

Interface SortStmt

    • Method Detail

      • setFile

        void setFile(FileDescriptionEntry value)
        Sets the value of the 'File' reference.
        Parameters:
        value - the new value of the 'File' reference.
        See Also:
        getFile()
      • getOnKeyClauses

        java.util.List getOnKeyClauses()
        Returns the value of the 'On Key Clauses' containment reference list. The list contents are of type OnKeyClause.

        The list contains representations of the KEY clauses.

        Returns:
        the value of the 'On Key Clauses' containment reference list.
        See Also:
        COBOLPackage.getSortStmt_OnKeyClauses()
      • isWithDuplicatesInOrder

        boolean isWithDuplicatesInOrder()
        Returns the value of the 'With Duplicates In Order' attribute.

        Returns true if the WITH DUPLICATES IN ORDER clause is present; false otherwise.

        Returns:
        the value of the 'With Duplicates In Order' attribute.
        See Also:
        setWithDuplicatesInOrder(boolean), COBOLPackage.getSortStmt_WithDuplicatesInOrder()
      • setWithDuplicatesInOrder

        void setWithDuplicatesInOrder(boolean value)
        Sets the value of the 'With Duplicates In Order' attribute.
        Parameters:
        value - the new value of the 'With Duplicates In Order' attribute.
        See Also:
        isWithDuplicatesInOrder()
      • getCollatingSequence

        Alphabet getCollatingSequence()
        Returns the value of the 'Collating Sequence' reference.

        The value is the alphabet in the COLLATING SEQUENCE clause.

        Returns:
        the value of the 'Collating Sequence' reference.
        See Also:
        setCollatingSequence(Alphabet), COBOLPackage.getSortStmt_CollatingSequence()
      • getUsingOrInputProc

        IOFilesOrProcedure getUsingOrInputProc()
        Returns the value of the 'Using Or Input Proc' containment reference.

        The value is either the files in the USING clause or the procedures in the INPUT PROCEDURE clause.

        Returns:
        the value of the 'Using Or Input Proc' containment reference.
        See Also:
        setUsingOrInputProc(IOFilesOrProcedure), COBOLPackage.getSortStmt_UsingOrInputProc()
      • getGivingOrOutputProc

        IOFilesOrProcedure getGivingOrOutputProc()
        Returns the value of the 'Giving Or Output Proc' containment reference.

        The value is either the files in the GIVING clause or the procedures in the OUTPUT PROCEDURE clause.

        Returns:
        the value of the 'Giving Or Output Proc' containment reference.
        See Also:
        setGivingOrOutputProc(IOFilesOrProcedure), COBOLPackage.getSortStmt_GivingOrOutputProc()