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

Interface CicsIssueEraseAUPStmt

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


    public interface CicsIssueEraseAUPStmt
    extends CicsStmt
    A representation of the CICS ISSUE ERASEAUP command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsIssueEraseAUPStmt()
    • Method Detail

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