Interface QueryItem

All Known Subinterfaces:
AgeQueryItem
All Known Implementing Classes:
DetailedMonitorQueryItem, MonitorQueryItem, PriorityQueryItem, TaskQueryItem, TimestampQueryItem

public interface QueryItem
A QueryItem is en entity on which a Report is based on. It represents the content of a cell in the Report.
  • Method Summary

    Modifier and Type
    Method
    Description
    The key of a QueryItem determines its row within a Report.
    int
    Its value will be added to the existing cell value during the insertion into a Report.
  • Method Details

    • getKey

      String getKey()
      The key of a QueryItem determines its row within a Report.
      Returns:
      the key of this QueryItem.
    • getValue

      int getValue()
      Its value will be added to the existing cell value during the insertion into a Report.
      Returns:
      the value