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

Interface CicsDeleteQTSStmt

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


    public interface CicsDeleteQTSStmt
    extends CicsStmt
    A representation of the CICS DELETEQ TS command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsDeleteQTSStmt()
    • Method Detail

      • getQueue

        DataRefOrLiteral getQueue()
        Returns the value of the 'Queue' containment reference.

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

        Returns:
        the value of the 'Queue' containment reference.
        See Also:
        setQueue(DataRefOrLiteral), COBOLPackage.getCicsDeleteQTSStmt_Queue()
      • setQueue

        void setQueue(DataRefOrLiteral value)
        Sets the value of the 'Queue' containment reference.
        Parameters:
        value - the new value of the 'Queue' containment reference.
        See Also:
        getQueue()
      • getQName

        DataRefOrLiteral getQName()
        Returns the value of the 'QName' containment reference.

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

        Returns:
        the value of the 'QName' containment reference.
        See Also:
        setQName(DataRefOrLiteral), COBOLPackage.getCicsDeleteQTSStmt_QName()
      • setQName

        void setQName(DataRefOrLiteral value)
        Sets the value of the 'QName' containment reference.
        Parameters:
        value - the new value of the 'QName' containment reference.
        See Also:
        getQName()
      • getSysId

        DataRefOrLiteral getSysId()
        Returns the value of the 'Sys Id' containment reference.

        The value is a representation of the system name specified in the SYSID option; if that option is not used, the value is null.

        Returns:
        the value of the 'Sys Id' containment reference.
        See Also:
        setSysId(DataRefOrLiteral), COBOLPackage.getCicsDeleteQTSStmt_SysId()
      • setSysId

        void setSysId(DataRefOrLiteral value)
        Sets the value of the 'Sys Id' containment reference.
        Parameters:
        value - the new value of the 'Sys Id' containment reference.
        See Also:
        getSysId()
      • isTS

        boolean isTS()
        Returns the value of the 'TS' attribute.

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

        Returns:
        the value of the 'TS' attribute.
        See Also:
        setTS(boolean), COBOLPackage.getCicsDeleteQTSStmt_TS()
      • setTS

        void setTS(boolean value)
        Sets the value of the 'TS' attribute.
        Parameters:
        value - the new value of the 'TS' attribute.
        See Also:
        isTS()