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

Interface CicsWriteQTDStmt

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


    public interface CicsWriteQTDStmt
    extends CicsStmt
    A representation of the CICS WRITEQ TD command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsWriteQTDStmt()
    • 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.

        Returns:
        the value of the 'Queue' containment reference.
        See Also:
        setQueue(DataRefOrLiteral), COBOLPackage.getCicsWriteQTDStmt_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()
      • getFrom

        DataRef getFrom()
        Returns the value of the 'From' containment reference.

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

        Returns:
        the value of the 'From' containment reference.
        See Also:
        setFrom(DataRef), COBOLPackage.getCicsWriteQTDStmt_From()
      • setFrom

        void setFrom(DataRef value)
        Sets the value of the 'From' containment reference.
        Parameters:
        value - the new value of the 'From' containment reference.
        See Also:
        getFrom()
      • getLength

        DataRefOrLiteral getLength()
        Returns the value of the 'Length' containment reference.

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

        Returns:
        the value of the 'Length' containment reference.
        See Also:
        setLength(DataRefOrLiteral), COBOLPackage.getCicsWriteQTDStmt_Length()
      • setLength

        void setLength(DataRefOrLiteral value)
        Sets the value of the 'Length' containment reference.
        Parameters:
        value - the new value of the 'Length' containment reference.
        See Also:
        getLength()
      • 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.getCicsWriteQTDStmt_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()