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

Interface CicsDeleteContainerStmt

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


    public interface CicsDeleteContainerStmt
    extends CicsStmt
    A representation of the CICS commands DELETE CONTAINER (BTS) and DELETE CONTAINER (CHANNEL).

    The following features are supported:

    See Also:
    COBOLPackage.getCicsDeleteContainerStmt()
    • Method Detail

      • getContainer

        DataRefOrLiteral getContainer()
        Returns the value of the 'Container' containment reference.

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

        Returns:
        the value of the 'Container' containment reference.
        See Also:
        setContainer(DataRefOrLiteral), COBOLPackage.getCicsDeleteContainerStmt_Container()
      • setContainer

        void setContainer(DataRefOrLiteral value)
        Sets the value of the 'Container' containment reference.
        Parameters:
        value - the new value of the 'Container' containment reference.
        See Also:
        getContainer()
      • getActivity

        DataRefOrLiteral getActivity()
        Returns the value of the 'Activity' containment reference.

        The value is a representation of the data value specified in the ACTIVITY option; if that option is not used, the value is null.

        Returns:
        the value of the 'Activity' containment reference.
        See Also:
        setActivity(DataRefOrLiteral), COBOLPackage.getCicsDeleteContainerStmt_Activity()
      • setActivity

        void setActivity(DataRefOrLiteral value)
        Sets the value of the 'Activity' containment reference.
        Parameters:
        value - the new value of the 'Activity' containment reference.
        See Also:
        getActivity()
      • isACQActivity

        boolean isACQActivity()
        Returns the value of the 'ACQ Activity' attribute.

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

        Returns:
        the value of the 'ACQ Activity' attribute.
        See Also:
        setACQActivity(boolean), COBOLPackage.getCicsDeleteContainerStmt_ACQActivity()
      • setACQActivity

        void setACQActivity(boolean value)
        Sets the value of the 'ACQ Activity' attribute.
        Parameters:
        value - the new value of the 'ACQ Activity' attribute.
        See Also:
        isACQActivity()
      • isProcess

        boolean isProcess()
        Returns the value of the 'Process' attribute.

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

        Returns:
        the value of the 'Process' attribute.
        See Also:
        setProcess(boolean), COBOLPackage.getCicsDeleteContainerStmt_Process()
      • setProcess

        void setProcess(boolean value)
        Sets the value of the 'Process' attribute.
        Parameters:
        value - the new value of the 'Process' attribute.
        See Also:
        isProcess()
      • isACQProcess

        boolean isACQProcess()
        Returns the value of the 'ACQ Process' attribute.

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

        Returns:
        the value of the 'ACQ Process' attribute.
        See Also:
        setACQProcess(boolean), COBOLPackage.getCicsDeleteContainerStmt_ACQProcess()
      • setACQProcess

        void setACQProcess(boolean value)
        Sets the value of the 'ACQ Process' attribute.
        Parameters:
        value - the new value of the 'ACQ Process' attribute.
        See Also:
        isACQProcess()
      • getChannel

        DataRefOrLiteral getChannel()
        Returns the value of the 'Channel' containment reference.

        The value is a representation of the data value specified in the CHANNEL option; if that option is not used, the value is null.

        Returns:
        the value of the 'Channel' containment reference.
        See Also:
        setChannel(DataRefOrLiteral), COBOLPackage.getCicsDeleteContainerStmt_Channel()
      • setChannel

        void setChannel(DataRefOrLiteral value)
        Sets the value of the 'Channel' containment reference.
        Parameters:
        value - the new value of the 'Channel' containment reference.
        See Also:
        getChannel()