Class SumByStringAggregatorBucket
- java.lang.Object
-
- de.uplanet.lucy.server.auxiliaries.chart.AbstractSumAggregatorBucket<String>
-
- de.uplanet.lucy.server.auxiliaries.chart.SumByStringAggregatorBucket
-
- All Implemented Interfaces:
IAggregatorBucket<String,de.uplanet.lucy.server.auxiliaries.chart.DoubleAggregatorDataPoint>
public final class SumByStringAggregatorBucket extends AbstractSumAggregatorBucket<String>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.uplanet.lucy.server.auxiliaries.chart.AbstractSumAggregatorBucket
AbstractSumAggregatorBucket.SortableDoubleAggregatorDataPointList
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGroupingValue()
Get the category value given to the constructor.-
Methods inherited from class de.uplanet.lucy.server.auxiliaries.chart.AbstractSumAggregatorBucket
getAverage, getMax, getMin, getSum, getValue, getValues, hasValue
-
-
-
-
Method Detail
-
getGroupingValue
public String getGroupingValue()
Get the category value given to the constructor.- Returns:
- The category value.
-
-