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

Interface SortTableStmt

    • Method Detail

      • getDataRef

        DataRef getDataRef()
        Returns the value of the 'Data Ref' reference.

        If the meaning of the 'Data Ref' reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Data Ref' reference.
        See Also:
        setDataRef(DataRef), COBOLPackage.getSortTableStmt_DataRef()
      • setDataRef

        void setDataRef(DataRef value)
        Sets the value of the 'Data Ref' reference.
        Parameters:
        value - the new value of the 'Data Ref' reference.
        See Also:
        getDataRef()
      • getOnKeyClauses

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

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

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

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

        If the meaning of the 'With Duplicates In Order' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'With Duplicates In Order' attribute.
        See Also:
        setWithDuplicatesInOrder(boolean), COBOLPackage.getSortTableStmt_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.

        If the meaning of the 'Collating Sequence' reference isn't clear, there really should be more of a description here...

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