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

Interface CicsSpoolCloseStmt

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


    public interface CicsSpoolCloseStmt
    extends CicsStmt
    A representation of the CICS SPOOLCLOSE command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsSpoolCloseStmt()
    • Method Detail

      • getToken

        DataRef getToken()
        Returns the value of the 'Token' containment reference.

        The value is a representation of the data area specified in the TOKEN option.

        Returns:
        the value of the 'Token' containment reference.
        See Also:
        setToken(DataRef), COBOLPackage.getCicsSpoolCloseStmt_Token()
      • setToken

        void setToken(DataRef value)
        Sets the value of the 'Token' containment reference.
        Parameters:
        value - the new value of the 'Token' containment reference.
        See Also:
        getToken()
      • isKeep

        boolean isKeep()
        Returns the value of the 'Keep' attribute.

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

        Returns:
        the value of the 'Keep' attribute.
        See Also:
        setKeep(boolean), COBOLPackage.getCicsSpoolCloseStmt_Keep()
      • setKeep

        void setKeep(boolean value)
        Sets the value of the 'Keep' attribute.
        Parameters:
        value - the new value of the 'Keep' attribute.
        See Also:
        isKeep()
      • isDelete

        boolean isDelete()
        Returns the value of the 'Delete' attribute.

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

        Returns:
        the value of the 'Delete' attribute.
        See Also:
        setDelete(boolean), COBOLPackage.getCicsSpoolCloseStmt_Delete()
      • setDelete

        void setDelete(boolean value)
        Sets the value of the 'Delete' attribute.
        Parameters:
        value - the new value of the 'Delete' attribute.
        See Also:
        isDelete()