public interface Aggregate
Modifier and Type | Method and Description |
---|---|
void |
aggregateValue(CellValue valueToAggregate)
Aggregates the specified value.
|
java.lang.String |
getAggregatedType()
Returns the data type of aggregated values.
|
CellValue |
getAggregatedValue(Report report)
Returns the aggregated value.
|
CellValue |
getColumnTotal(Report report)
Returns the totalled aggregate value for the entire column, if available.
|
void |
reset()
Resets the aggregate to its initial state.
|
boolean |
useDistinctValues()
Determines if the aggregate requires distinct values.
|
void reset()
boolean useDistinctValues()
true
if the aggregate uses distinct values for calculationvoid aggregateValue(CellValue valueToAggregate)
valueToAggregate
- The value to aggregateCellValue getAggregatedValue(Report report)
report
- The reportCellValue getColumnTotal(Report report)
report
- The reportnull
if no totalled aggregate
value is availablejava.lang.String getAggregatedType()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"