Package net.sf.jasperreports.engine.fill
Class JRFillExpressionReturnValue
- java.lang.Object
-
- net.sf.jasperreports.engine.fill.JRFillCommonReturnValue
-
- net.sf.jasperreports.engine.fill.JRFillExpressionReturnValue
-
- All Implemented Interfaces:
Cloneable,CommonReturnValue,ExpressionReturnValue,JRCloneable
public class JRFillExpressionReturnValue extends JRFillCommonReturnValue implements ExpressionReturnValue
Implementation ofExpressionReturnValueused by the filler.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description protected JRExpressionexpression-
Fields inherited from class net.sf.jasperreports.engine.fill.JRFillCommonReturnValue
calculation, EXCEPTION_MESSAGE_KEY_INCREMENTER_CLASS_NOT_FOUND, filler, incrementer, incrementerFactoryClassName, toVariable
-
-
Constructor Summary
Constructors Modifier Constructor Description JRFillExpressionReturnValue(ExpressionReturnValue returnValue, JRFillObjectFactory factory, BaseReportFiller filler)protectedJRFillExpressionReturnValue(JRFillExpressionReturnValue fillReturnValue, JRFillCloneFactory factory)Cloning constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JRFillCommonReturnValueaddDerivedReturnValue(CommonReturnValue parentReturnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler)protected CommonReturnValuecreateDistinctCountHelperReturnValue(CommonReturnValue returnValue)protected CommonReturnValuecreateHelperReturnValue(CommonReturnValue returnValue, String nameSuffix, CalculationEnum calculation)JRExpressiongetExpression()The expression producing the value to return.-
Methods inherited from class net.sf.jasperreports.engine.fill.JRFillCommonReturnValue
addReturnValue, clone, getCalculation, getIncrementer, getIncrementerFactoryClassName, getToVariable, isDerived, setDerived
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.jasperreports.engine.CommonReturnValue
getCalculation, getIncrementerFactoryClassName, getToVariable
-
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
-
-
-
Field Detail
-
expression
protected final JRExpression expression
-
-
Constructor Detail
-
JRFillExpressionReturnValue
public JRFillExpressionReturnValue(ExpressionReturnValue returnValue, JRFillObjectFactory factory, BaseReportFiller filler)
-
JRFillExpressionReturnValue
protected JRFillExpressionReturnValue(JRFillExpressionReturnValue fillReturnValue, JRFillCloneFactory factory)
Cloning constructor.- Parameters:
fillReturnValue- the object to clonefactory- the clone factory
-
-
Method Detail
-
getExpression
public JRExpression getExpression()
Description copied from interface:ExpressionReturnValueThe expression producing the value to return.- Specified by:
getExpressionin interfaceExpressionReturnValue
-
addDerivedReturnValue
protected JRFillCommonReturnValue addDerivedReturnValue(CommonReturnValue parentReturnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler)
- Specified by:
addDerivedReturnValuein classJRFillCommonReturnValue
-
createHelperReturnValue
protected CommonReturnValue createHelperReturnValue(CommonReturnValue returnValue, String nameSuffix, CalculationEnum calculation)
- Specified by:
createHelperReturnValuein classJRFillCommonReturnValue
-
createDistinctCountHelperReturnValue
protected CommonReturnValue createDistinctCountHelperReturnValue(CommonReturnValue returnValue)
- Specified by:
createDistinctCountHelperReturnValuein classJRFillCommonReturnValue
-
-