public interface CommonReturnValue extends JRCloneable
Modifier and Type | Method and Description |
---|---|
CalculationEnum |
getCalculation()
Returns the calculation type.
|
String |
getIncrementerFactoryClassName()
Returns the incrementer factory class name.
|
String |
getToVariable()
Returns the name of the report variable where the value should be copied.
|
clone
String getToVariable()
CalculationEnum getCalculation()
When copying the value from, a formula can be applied such that sum, maximum, average and so on can be computed.
String getIncrementerFactoryClassName()
The factory will be used to increment the value of the report variable with the returned value.
Copyright © 2017. All rights reserved.