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

Interface CicsStmt

    • Method Detail

      • isNoHandle

        boolean isNoHandle()
        Returns the value of the 'No Handle' attribute.

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

        Returns:
        the value of the 'No Handle' attribute.
        See Also:
        setNoHandle(boolean), COBOLPackage.getCicsStmt_NoHandle()
      • setNoHandle

        void setNoHandle(boolean value)
        Sets the value of the 'No Handle' attribute.
        Parameters:
        value - the new value of the 'No Handle' attribute.
        See Also:
        isNoHandle()
      • getResp

        DataRef getResp()
        Returns the value of the 'Resp' containment reference.

        The value is the data item referenced in the RESP option; if the RESP option is not used, the value is null.

        Returns:
        the value of the 'Resp' containment reference.
        See Also:
        setResp(DataRef), COBOLPackage.getCicsStmt_Resp()
      • setResp

        void setResp(DataRef value)
        Sets the value of the 'Resp' containment reference.
        Parameters:
        value - the new value of the 'Resp' containment reference.
        See Also:
        getResp()
      • getResp2

        DataRef getResp2()
        Returns the value of the 'Resp2' containment reference.

        The value is the data item references in the RESP2 option; if the RESP2 option is not used, the value is null.

        Returns:
        the value of the 'Resp2' containment reference.
        See Also:
        setResp2(DataRef), COBOLPackage.getCicsStmt_Resp2()
      • setResp2

        void setResp2(DataRef value)
        Sets the value of the 'Resp2' containment reference.
        Parameters:
        value - the new value of the 'Resp2' containment reference.
        See Also:
        getResp2()
      • isNoEDF

        boolean isNoEDF()
        Returns the value of the 'No EDF' attribute.

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

        Returns:
        the value of the 'No EDF' attribute.
        See Also:
        setNoEDF(boolean), COBOLPackage.getCicsStmt_NoEDF()
      • setNoEDF

        void setNoEDF(boolean value)
        Sets the value of the 'No EDF' attribute.
        Parameters:
        value - the new value of the 'No EDF' attribute.
        See Also:
        isNoEDF()
      • isSysEIB

        boolean isSysEIB()
        Returns the value of the 'Sys EIB' attribute.

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

        Returns:
        the value of the 'Sys EIB' attribute.
        See Also:
        setSysEIB(boolean), COBOLPackage.getCicsStmt_SysEIB()
      • setSysEIB

        void setSysEIB(boolean value)
        Sets the value of the 'Sys EIB' attribute.
        Parameters:
        value - the new value of the 'Sys EIB' attribute.
        See Also:
        isSysEIB()