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

Interface CicsReceiveStmt

    • 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.getCicsReceiveStmt_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.getCicsReceiveStmt_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()
      • getFLength

        DataRef getFLength()
        Returns the value of the 'FLength' containment reference.

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

        Returns:
        the value of the 'FLength' containment reference.
        See Also:
        setFLength(DataRef), COBOLPackage.getCicsReceiveStmt_FLength()
      • setFLength

        void setFLength(DataRef value)
        Sets the value of the 'FLength' containment reference.
        Parameters:
        value - the new value of the 'FLength' containment reference.
        See Also:
        getFLength()
      • getMaxLength

        DataRefOrLiteral getMaxLength()
        Returns the value of the 'Max Length' containment reference.

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

        Returns:
        the value of the 'Max Length' containment reference.
        See Also:
        setMaxLength(DataRefOrLiteral), COBOLPackage.getCicsReceiveStmt_MaxLength()
      • setMaxLength

        void setMaxLength(DataRefOrLiteral value)
        Sets the value of the 'Max Length' containment reference.
        Parameters:
        value - the new value of the 'Max Length' containment reference.
        See Also:
        getMaxLength()
      • getMaxFLength

        DataRefOrLiteral getMaxFLength()
        Returns the value of the 'Max FLength' containment reference.

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

        Returns:
        the value of the 'Max FLength' containment reference.
        See Also:
        setMaxFLength(DataRefOrLiteral), COBOLPackage.getCicsReceiveStmt_MaxFLength()
      • setMaxFLength

        void setMaxFLength(DataRefOrLiteral value)
        Sets the value of the 'Max FLength' containment reference.
        Parameters:
        value - the new value of the 'Max FLength' containment reference.
        See Also:
        getMaxFLength()
      • isNoTruncate

        boolean isNoTruncate()
        Returns the value of the 'No Truncate' attribute.

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

        Returns:
        the value of the 'No Truncate' attribute.
        See Also:
        setNoTruncate(boolean), COBOLPackage.getCicsReceiveStmt_NoTruncate()
      • setNoTruncate

        void setNoTruncate(boolean value)
        Sets the value of the 'No Truncate' attribute.
        Parameters:
        value - the new value of the 'No Truncate' attribute.
        See Also:
        isNoTruncate()
      • getConvId

        DataRefOrLiteral getConvId()
        Returns the value of the 'Conv Id' containment reference.

        The value is a representation of the name specified in the CONVID option; if that option is not used, the value is null.

        Returns:
        the value of the 'Conv Id' containment reference.
        See Also:
        setConvId(DataRefOrLiteral), COBOLPackage.getCicsReceiveStmt_ConvId()
      • setConvId

        void setConvId(DataRefOrLiteral value)
        Sets the value of the 'Conv Id' containment reference.
        Parameters:
        value - the new value of the 'Conv Id' containment reference.
        See Also:
        getConvId()
      • getState

        DataRef getState()
        Returns the value of the 'State' containment reference.

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

        Returns:
        the value of the 'State' containment reference.
        See Also:
        setState(DataRef), COBOLPackage.getCicsReceiveStmt_State()
      • setState

        void setState(DataRef value)
        Sets the value of the 'State' containment reference.
        Parameters:
        value - the new value of the 'State' containment reference.
        See Also:
        getState()
      • isAsIs

        boolean isAsIs()
        Returns the value of the 'As Is' attribute.

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

        Returns:
        the value of the 'As Is' attribute.
        See Also:
        setAsIs(boolean), COBOLPackage.getCicsReceiveStmt_AsIs()
      • setAsIs

        void setAsIs(boolean value)
        Sets the value of the 'As Is' attribute.
        Parameters:
        value - the new value of the 'As Is' attribute.
        See Also:
        isAsIs()
      • isBuffer

        boolean isBuffer()
        Returns the value of the 'Buffer' attribute.

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

        Returns:
        the value of the 'Buffer' attribute.
        See Also:
        setBuffer(boolean), COBOLPackage.getCicsReceiveStmt_Buffer()
      • setBuffer

        void setBuffer(boolean value)
        Sets the value of the 'Buffer' attribute.
        Parameters:
        value - the new value of the 'Buffer' attribute.
        See Also:
        isBuffer()
      • getSession

        DataRefOrLiteral getSession()
        Returns the value of the 'Session' containment reference.

        The value is a representation of the name specified in the SESSION option; if that option is not used, the value is null.

        Returns:
        the value of the 'Session' containment reference.
        See Also:
        setSession(DataRefOrLiteral), COBOLPackage.getCicsReceiveStmt_Session()
      • setSession

        void setSession(DataRefOrLiteral value)
        Sets the value of the 'Session' containment reference.
        Parameters:
        value - the new value of the 'Session' containment reference.
        See Also:
        getSession()
      • isLeaveKB

        boolean isLeaveKB()
        Returns the value of the 'Leave KB' attribute.

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

        Returns:
        the value of the 'Leave KB' attribute.
        See Also:
        setLeaveKB(boolean), COBOLPackage.getCicsReceiveStmt_LeaveKB()
      • setLeaveKB

        void setLeaveKB(boolean value)
        Sets the value of the 'Leave KB' attribute.
        Parameters:
        value - the new value of the 'Leave KB' attribute.
        See Also:
        isLeaveKB()
      • isPassBK

        boolean isPassBK()
        Returns the value of the 'Pass BK' attribute.

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

        Returns:
        the value of the 'Pass BK' attribute.
        See Also:
        setPassBK(boolean), COBOLPackage.getCicsReceiveStmt_PassBK()
      • setPassBK

        void setPassBK(boolean value)
        Sets the value of the 'Pass BK' attribute.
        Parameters:
        value - the new value of the 'Pass BK' attribute.
        See Also:
        isPassBK()
      • isPseudoBin

        boolean isPseudoBin()
        Returns the value of the 'Pseudo Bin' attribute.

        The value is true if the PSEUDOBIN option is present; false otherwise.

        Returns:
        the value of the 'Pseudo Bin' attribute.
        See Also:
        setPseudoBin(boolean), COBOLPackage.getCicsReceiveStmt_PseudoBin()
      • setPseudoBin

        void setPseudoBin(boolean value)
        Sets the value of the 'Pseudo Bin' attribute.
        Parameters:
        value - the new value of the 'Pseudo Bin' attribute.
        See Also:
        isPseudoBin()