public class JRFillSubreportReturnValue extends java.lang.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 |
---|---|
java.lang.Object |
clone() |
CalculationEnum |
getCalculationValue()
Returns the calculation type.
|
JRIncrementer |
getIncrementer()
Gets the incrementer to be used for this copied value.
|
java.lang.String |
getIncrementerFactoryClassName()
Returns the incrementer factory class name.
|
java.lang.String |
getSubreportVariable()
Returns the name of the subreport variable whose value should be copied.
|
java.lang.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 java.lang.String getSubreportVariable()
JRSubreportReturnValue
getSubreportVariable
in interface JRSubreportReturnValue
public java.lang.String getToVariable()
JRSubreportReturnValue
getToVariable
in interface JRSubreportReturnValue
public java.lang.String getIncrementerFactoryClassName()
JRSubreportReturnValue
The factory will be used to increment the value of the master report variable with the value from the subreport.
getIncrementerFactoryClassName
in interface JRSubreportReturnValue
public CalculationEnum getCalculationValue()
JRSubreportReturnValue
When 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 JRSubreportReturnValue
public JRIncrementer getIncrementer()
public java.lang.Object clone()
clone
in interface JRCloneable
clone
in class java.lang.Object
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com