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

Interface SetPointersToAddressStmt

    • Method Detail

      • getSendingArea

        DataRef getSendingArea()
        Deprecated. 
        Returns the value of the 'Sending Area' containment reference.

        The value is the data item specified in the sending area; the address of the data item is the value that is set.

        Returns:
        the value of the 'Sending Area' containment reference.
        See Also:
        setSendingArea(DataRef), COBOLPackage.getSetPointersToAddressStmt_SendingArea()
      • setSendingArea

        void setSendingArea(DataRef value)
        Deprecated. 
        Sets the value of the 'Sending Area' containment reference.
        Parameters:
        value - the new value of the 'Sending Area' containment reference.
        See Also:
        getSendingArea()