public class JRFillSubreportReturnValue extends Object implements JRSubreportReturnValue
JRSubreportReturnValue
used by the filler.| Modifier and Type | Field and Description |
|---|---|
protected JRBaseFiller |
filler |
protected JRIncrementer |
incrementer |
protected JRSubreportReturnValue |
parent |
| Modifier | Constructor and Description |
|---|---|
protected |
JRFillSubreportReturnValue(JRSubreportReturnValue returnValue,
JRFillObjectFactory factory,
JRBaseFiller filler) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
CalculationEnum |
getCalculationValue()
Returns the calculation type.
|
JRIncrementer |
getIncrementer()
Gets the incrementer to be used for this copied value.
|
String |
getIncrementerFactoryClassName()
Returns the incrementer factory class name.
|
String |
getSubreportVariable()
Returns the name of the subreport variable whose value should be copied.
|
String |
getToVariable()
Returns the name of the master report variable where the value should be copied.
|
protected final JRSubreportReturnValue parent
protected JRIncrementer incrementer
protected final JRBaseFiller filler
protected JRFillSubreportReturnValue(JRSubreportReturnValue returnValue, JRFillObjectFactory factory, JRBaseFiller filler)
public String getSubreportVariable()
JRSubreportReturnValuegetSubreportVariable in interface JRSubreportReturnValuepublic String getToVariable()
JRSubreportReturnValuegetToVariable in interface JRSubreportReturnValuepublic String getIncrementerFactoryClassName()
JRSubreportReturnValueThe factory will be used to increment the value of the master report variable with the value from the subreport.
getIncrementerFactoryClassName in interface JRSubreportReturnValuepublic CalculationEnum getCalculationValue()
JRSubreportReturnValueWhen copying the value from the subreport, a formula can be applied such that sum, maximum, average and so on can be computed.
getCalculationValue in interface JRSubreportReturnValuepublic JRIncrementer getIncrementer()
public Object clone()
clone in interface JRCloneableclone in class ObjectCopyright © 2012. All Rights Reserved.