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

Interface CicsDeqStmt

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


    public interface CicsDeqStmt
    extends CicsStmt
    A representation of the CICS DEQ command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsDeqStmt()
    • Method Detail

      • getResource

        DataRef getResource()
        Returns the value of the 'Resource' containment reference.

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

        Returns:
        the value of the 'Resource' containment reference.
        See Also:
        setResource(DataRef), COBOLPackage.getCicsDeqStmt_Resource()
      • setResource

        void setResource(DataRef value)
        Sets the value of the 'Resource' containment reference.
        Parameters:
        value - the new value of the 'Resource' containment reference.
        See Also:
        getResource()
      • 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.getCicsDeqStmt_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()
      • isUOW

        boolean isUOW()
        Returns the value of the 'UOW' attribute.

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

        Returns:
        the value of the 'UOW' attribute.
        See Also:
        setUOW(boolean), COBOLPackage.getCicsDeqStmt_UOW()
      • setUOW

        void setUOW(boolean value)
        Sets the value of the 'UOW' attribute.
        Parameters:
        value - the new value of the 'UOW' attribute.
        See Also:
        isUOW()
      • isTask

        boolean isTask()
        Returns the value of the 'Task' attribute.

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

        Returns:
        the value of the 'Task' attribute.
        See Also:
        setTask(boolean), COBOLPackage.getCicsDeqStmt_Task()
      • setTask

        void setTask(boolean value)
        Sets the value of the 'Task' attribute.
        Parameters:
        value - the new value of the 'Task' attribute.
        See Also:
        isTask()
      • getMaxLifetime

        DataRefOrLiteral getMaxLifetime()
        Returns the value of the 'Max Lifetime' containment reference.

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

        Returns:
        the value of the 'Max Lifetime' containment reference.
        See Also:
        setMaxLifetime(DataRefOrLiteral), COBOLPackage.getCicsDeqStmt_MaxLifetime()
      • setMaxLifetime

        void setMaxLifetime(DataRefOrLiteral value)
        Sets the value of the 'Max Lifetime' containment reference.
        Parameters:
        value - the new value of the 'Max Lifetime' containment reference.
        See Also:
        getMaxLifetime()