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()
.JRSubreportReturnValue
getSubreportVariable
in interface JRSubreportReturnValue
public java.lang.String getFromVariable()
VariableReturnValue
getFromVariable
in interface VariableReturnValue
public java.lang.String getToVariable()
CommonReturnValue
getToVariable
in interface CommonReturnValue
public CalculationEnum getCalculationValue()
getCalculation()
.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 CalculationEnum getCalculation()
CommonReturnValue
When copying the value from, a formula can be applied such that sum, maximum, average and so on can be computed.
getCalculation
in interface CommonReturnValue
public java.lang.String getIncrementerFactoryClassName()
CommonReturnValue
The factory will be used to increment the value of the report variable with the returned value.
getIncrementerFactoryClassName
in interface CommonReturnValue
public java.lang.Object clone()
clone
in interface JRCloneable
clone
in class java.lang.Object
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com