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

Interface ProcedureDivisionHeader

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


    public interface ProcedureDivisionHeader
    extends ASTNode
    A representation of the USING and RETURNING clauses in the PROCEDURE division header.

    The following features are supported:

    See Also:
    COBOLPackage.getProcedureDivisionHeader()
    • Method Detail

      • getUsing

        java.util.List getUsing()
        Returns the value of the 'Using' containment reference list. The list contents are of type FormalParameter.

        The value is the parameters specified in the USING clause.

        Returns:
        the value of the 'Using' containment reference list.
        See Also:
        COBOLPackage.getProcedureDivisionHeader_Using()
      • getReturning

        DataItem getReturning()
        Returns the value of the 'Returning' reference.

        The value is the data item specified in the RETURNING clause.

        Returns:
        the value of the 'Returning' reference.
        See Also:
        setReturning(DataItem), COBOLPackage.getProcedureDivisionHeader_Returning()
      • setReturning

        void setReturning(DataItem value)
        Sets the value of the 'Returning' reference.
        Parameters:
        value - the new value of the 'Returning' reference.
        See Also:
        getReturning()