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

Interface CicsIssueDisconnectStmt

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


    public interface CicsIssueDisconnectStmt
    extends CicsStmt
    A representation of the CICS commands ISSUE DISCONNECT (default) and ISSUE DISCONNECT (LUTYPE6.1).

    The following features are supported:

    See Also:
    COBOLPackage.getCicsIssueDisconnectStmt()
    • Method Detail

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