public class SubreportReturnValueAdapter extends java.lang.Object implements JRSubreportReturnValue
| Constructor and Description |
|---|
SubreportReturnValueAdapter(VariableReturnValue returnValue) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
CalculationEnum |
getCalculation()
Returns the calculation type.
|
CalculationEnum |
getCalculationValue()
Deprecated.
Replaced by
getCalculation(). |
java.lang.String |
getFromVariable()
Returns the name of the variable whose value should be copied.
|
java.lang.String |
getIncrementerFactoryClassName()
Returns the incrementer factory class name.
|
java.lang.String |
getSubreportVariable()
Deprecated.
Replaced by
getFromVariable(). |
java.lang.String |
getToVariable()
Returns the name of the report variable where the value should be copied.
|
public SubreportReturnValueAdapter(VariableReturnValue returnValue)
public java.lang.String getSubreportVariable()
getFromVariable().JRSubreportReturnValuegetSubreportVariable in interface JRSubreportReturnValuepublic java.lang.String getFromVariable()
VariableReturnValuegetFromVariable in interface VariableReturnValuepublic java.lang.String getToVariable()
CommonReturnValuegetToVariable in interface CommonReturnValuepublic CalculationEnum getCalculationValue()
getCalculation().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 CalculationEnum getCalculation()
CommonReturnValueWhen copying the value from, a formula can be applied such that sum, maximum, average and so on can be computed.
getCalculation in interface CommonReturnValuepublic java.lang.String getIncrementerFactoryClassName()
CommonReturnValueThe factory will be used to increment the value of the report variable with the returned value.
getIncrementerFactoryClassName in interface CommonReturnValuepublic java.lang.Object clone()
clone in interface JRCloneableclone in class java.lang.Object© 2001-2014 TIBCO Software Inc. www.jaspersoft.com