Interface QueryItem
-
- All Known Subinterfaces:
AgeQueryItem
- All Known Implementing Classes:
DetailedMonitorQueryItem,MonitorQueryItem,PriorityQueryItem,TaskQueryItem,TimestampQueryItem
public interface QueryItemA QueryItem is en entity on which aReportis based on.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKey()The key of a QueryItem determines its row within aReport.intgetValue()Its value will be added to the existing cell value during the insertion into a report.
-