Package net.sf.jasperreports.engine
Interface ReturnValue
-
- All Superinterfaces:
Cloneable
,CommonReturnValue
,JRCloneable
,VariableReturnValue
- All Known Implementing Classes:
BaseReturnValue
,DesignReturnValue
public interface ReturnValue extends VariableReturnValue
A value copied from a subdataset into a variable of the parent report.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
-
Methods inherited from interface net.sf.jasperreports.engine.CommonReturnValue
getCalculation, getIncrementerFactoryClassName, getToVariable
-
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
Methods inherited from interface net.sf.jasperreports.engine.VariableReturnValue
getFromVariable
-
-