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

Interface SetProcPointersToPointerStmt

    • Method Detail

      • getSendingPointer

        DataRef getSendingPointer()
        Deprecated. 
        Returns the value of the 'Sending Pointer' containment reference.

        The value is the data item which is a pointer specified as a sending field.

        Returns:
        the value of the 'Sending Pointer' containment reference.
        See Also:
        setSendingPointer(DataRef), COBOLPackage.getSetProcPointersToPointerStmt_SendingPointer()
      • setSendingPointer

        void setSendingPointer(DataRef value)
        Deprecated. 
        Sets the value of the 'Sending Pointer' containment reference.
        Parameters:
        value - the new value of the 'Sending Pointer' containment reference.
        See Also:
        getSendingPointer()