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

Interface CicsRetrieveStmt

    • Method Detail

      • getIntoOrSetClause

        CicsIntoOrSetClause getIntoOrSetClause()
        Returns the value of the 'Into Or Set Clause' containment reference.

        The value is a representation of the INTO or SET options; if those options are not used, the value is null.

        Returns:
        the value of the 'Into Or Set Clause' containment reference.
        See Also:
        setIntoOrSetClause(CicsIntoOrSetClause), COBOLPackage.getCicsRetrieveStmt_IntoOrSetClause()
      • getLength

        DataRef getLength()
        Returns the value of the 'Length' containment reference.

        The value is a representation of the data area specified in the LENGTH option; if that option is not used, the value is null.

        Returns:
        the value of the 'Length' containment reference.
        See Also:
        setLength(DataRef), COBOLPackage.getCicsRetrieveStmt_Length()
      • setLength

        void setLength(DataRef value)
        Sets the value of the 'Length' containment reference.
        Parameters:
        value - the new value of the 'Length' containment reference.
        See Also:
        getLength()
      • getRTransId

        DataRef getRTransId()
        Returns the value of the 'RTrans Id' containment reference.

        The value is a representation of the data area specified in the RTRANSID option; if that option is not used, the value is null.

        Returns:
        the value of the 'RTrans Id' containment reference.
        See Also:
        setRTransId(DataRef), COBOLPackage.getCicsRetrieveStmt_RTransId()
      • setRTransId

        void setRTransId(DataRef value)
        Sets the value of the 'RTrans Id' containment reference.
        Parameters:
        value - the new value of the 'RTrans Id' containment reference.
        See Also:
        getRTransId()
      • getRTermId

        DataRef getRTermId()
        Returns the value of the 'RTerm Id' containment reference.

        The value is a representation of the data area specified in the RTERMID option; if that option is not used, the value is null.

        Returns:
        the value of the 'RTerm Id' containment reference.
        See Also:
        setRTermId(DataRef), COBOLPackage.getCicsRetrieveStmt_RTermId()
      • setRTermId

        void setRTermId(DataRef value)
        Sets the value of the 'RTerm Id' containment reference.
        Parameters:
        value - the new value of the 'RTerm Id' containment reference.
        See Also:
        getRTermId()
      • getQueue

        DataRef getQueue()
        Returns the value of the 'Queue' containment reference.

        The value is a representation of the data area specified in the QUEUE option; if that option is not used, the value is null.

        Returns:
        the value of the 'Queue' containment reference.
        See Also:
        setQueue(DataRef), COBOLPackage.getCicsRetrieveStmt_Queue()
      • setQueue

        void setQueue(DataRef value)
        Sets the value of the 'Queue' containment reference.
        Parameters:
        value - the new value of the 'Queue' containment reference.
        See Also:
        getQueue()
      • isWait

        boolean isWait()
        Returns the value of the 'Wait' attribute.

        The value is true if the WAIT option is used; false otherwise.

        Returns:
        the value of the 'Wait' attribute.
        See Also:
        setWait(boolean), COBOLPackage.getCicsRetrieveStmt_Wait()
      • setWait

        void setWait(boolean value)
        Sets the value of the 'Wait' attribute.
        Parameters:
        value - the new value of the 'Wait' attribute.
        See Also:
        isWait()