Schnittstelle IAggregatorDataPoint


public interface IAggregatorDataPoint
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    Get the row name of this data point.
    Get the single unique ID associated with this data point.
    Get the aggregated value.
    boolean
    Check if this data point has a single unique ID associated.
  • Methodendetails

    • getRow

      String getRow()
      Get the row name of this data point.
      Gibt zurück:
      The row name of this data point.
    • getValue

      Number getValue()
      Get the aggregated value.
      Gibt zurück:
      The aggregated value.
    • hasSingleId

      boolean hasSingleId()
      Check if this data point has a single unique ID associated.
      Gibt zurück:
      true if this data point has a single unique ID associated, or false otherwise.
    • getSingleId

      String getSingleId()
      Get the single unique ID associated with this data point.
      Gibt zurück:
      The single unique ID associated with this data point.