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

Interface CicsQueryCounterStmt

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


    public interface CicsQueryCounterStmt
    extends CicsStmt
    A representation of the CICS QUERY COUNTER command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsQueryCounterStmt()
    • Method Detail

      • getCounter

        DataRefOrLiteral getCounter()
        Returns the value of the 'Counter' containment reference.

        The value is a representation of the name specified in the COUNTER option.

        Returns:
        the value of the 'Counter' containment reference.
        See Also:
        setCounter(DataRefOrLiteral), COBOLPackage.getCicsQueryCounterStmt_Counter()
      • setCounter

        void setCounter(DataRefOrLiteral value)
        Sets the value of the 'Counter' containment reference.
        Parameters:
        value - the new value of the 'Counter' containment reference.
        See Also:
        getCounter()
      • getPool

        DataRefOrLiteral getPool()
        Returns the value of the 'Pool' containment reference.

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

        Returns:
        the value of the 'Pool' containment reference.
        See Also:
        setPool(DataRefOrLiteral), COBOLPackage.getCicsQueryCounterStmt_Pool()
      • setPool

        void setPool(DataRefOrLiteral value)
        Sets the value of the 'Pool' containment reference.
        Parameters:
        value - the new value of the 'Pool' containment reference.
        See Also:
        getPool()
      • getValue

        DataRef getValue()
        Returns the value of the 'Value' containment reference.

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

        Returns:
        the value of the 'Value' containment reference.
        See Also:
        setValue(DataRef), COBOLPackage.getCicsQueryCounterStmt_Value()
      • setValue

        void setValue(DataRef value)
        Sets the value of the 'Value' containment reference.
        Parameters:
        value - the new value of the 'Value' containment reference.
        See Also:
        getValue()
      • getMinimum

        DataRef getMinimum()
        Returns the value of the 'Minimum' containment reference.

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

        Returns:
        the value of the 'Minimum' containment reference.
        See Also:
        setMinimum(DataRef), COBOLPackage.getCicsQueryCounterStmt_Minimum()
      • setMinimum

        void setMinimum(DataRef value)
        Sets the value of the 'Minimum' containment reference.
        Parameters:
        value - the new value of the 'Minimum' containment reference.
        See Also:
        getMinimum()
      • getMaximum

        DataRef getMaximum()
        Returns the value of the 'Maximum' containment reference.

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

        Returns:
        the value of the 'Maximum' containment reference.
        See Also:
        setMaximum(DataRef), COBOLPackage.getCicsQueryCounterStmt_Maximum()
      • setMaximum

        void setMaximum(DataRef value)
        Sets the value of the 'Maximum' containment reference.
        Parameters:
        value - the new value of the 'Maximum' containment reference.
        See Also:
        getMaximum()