public class SubreportReturnValueAdapter extends java.lang.Object implements JRSubreportReturnValue
| Constructor and Description |
|---|
SubreportReturnValueAdapter(ReturnValue returnValue) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
CalculationEnum |
getCalculationValue()
Returns the calculation type.
|
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.
|
public SubreportReturnValueAdapter(ReturnValue returnValue)
public java.lang.String getSubreportVariable()
JRSubreportReturnValuegetSubreportVariable in interface JRSubreportReturnValuepublic java.lang.String getToVariable()
JRSubreportReturnValuegetToVariable 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 java.lang.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 java.lang.Object clone()
clone in interface JRCloneableclone in class java.lang.Object© 2001-2010 Jaspersoft Corporation www.jaspersoft.com