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

Interface CicsIssueErrorStmt

  • All Superinterfaces:
    ASTNode, CicsStmt, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier


    public interface CicsIssueErrorStmt
    extends CicsStmt
    A representation of the CICS ISSUE ERROR command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsIssueErrorStmt()
    • Method Detail

      • 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.getCicsIssueErrorStmt_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.getCicsIssueErrorStmt_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()
      • getSession

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

        The value is a representation of the data value 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.getCicsIssueErrorStmt_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()