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

Interface MergeStmt

    • 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 a representation of the ON KEY clauses.

        Returns:
        the value of the 'On Key Clauses' containment reference list.
        See Also:
        COBOLPackage.getMergeStmt_OnKeyClauses()
      • 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.getMergeStmt_CollatingSequence()
      • getUsing

        IOFiles getUsing()
        Returns the value of the 'Using' containment reference.

        The value is a representation of the files specified in the USING clause.

        Returns:
        the value of the 'Using' containment reference.
        See Also:
        setUsing(IOFiles), COBOLPackage.getMergeStmt_Using()
      • setUsing

        void setUsing(IOFiles value)
        Sets the value of the 'Using' containment reference.
        Parameters:
        value - the new value of the 'Using' containment reference.
        See Also:
        getUsing()
      • 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.getMergeStmt_GivingOrOutputProc()