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

Interface IOProcedure

  • All Superinterfaces:
    ASTNode, org.eclipse.emf.ecore.EObject, IOFilesOrProcedure, org.eclipse.emf.common.notify.Notifier


    public interface IOProcedure
    extends IOFilesOrProcedure
    A representation of the procedures in the OUTPUT PROCEDURE clause in the MERGE and SORT statements, and the INPUT PROCEDURE clause in a SORT statement.

    The following features are supported:

    See Also:
    COBOLPackage.getIOProcedure()
    • Method Detail

      • getFrom

        SectionOrParagraph getFrom()
        Returns the value of the 'From' reference.

        The first procedure in the OUTPUT PROCEDURE clause (the one before the keyword THROUGH).

        Returns:
        the value of the 'From' reference.
        See Also:
        setFrom(SectionOrParagraph), COBOLPackage.getIOProcedure_From()
      • setFrom

        void setFrom(SectionOrParagraph value)
        Sets the value of the 'From' reference.
        Parameters:
        value - the new value of the 'From' reference.
        See Also:
        getFrom()
      • getTo

        SectionOrParagraph getTo()
        Returns the value of the 'To' reference.

        The value is the second procedure in the OUTPUT PROCEDURE clause (the one after the keyword THROUGH).

        Returns:
        the value of the 'To' reference.
        See Also:
        setTo(SectionOrParagraph), COBOLPackage.getIOProcedure_To()
      • setTo

        void setTo(SectionOrParagraph value)
        Sets the value of the 'To' reference.
        Parameters:
        value - the new value of the 'To' reference.
        See Also:
        getTo()