Package net.sf.jasperreports.engine.fill
Class FillExpressionEstimatedValues
- java.lang.Object
-
- net.sf.jasperreports.engine.fill.FillBaseExpressionValues
-
- net.sf.jasperreports.engine.fill.FillExpressionEstimatedValues
-
- All Implemented Interfaces:
ExpressionValues
public class FillExpressionEstimatedValues extends FillBaseExpressionValues
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description FillExpressionEstimatedValues(JREvaluator evaluator, Map<String,JRFillParameter> parametersMap, Map<String,JRFillField> fieldsMap, Map<String,JRFillVariable> variablesMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getFieldValue(String fieldName)
Object
getVariableValue(String variableName)
-
Methods inherited from class net.sf.jasperreports.engine.fill.FillBaseExpressionValues
field, getMessage, getParameterValue, variable
-
-
-
-
Constructor Detail
-
FillExpressionEstimatedValues
public FillExpressionEstimatedValues(JREvaluator evaluator, Map<String,JRFillParameter> parametersMap, Map<String,JRFillField> fieldsMap, Map<String,JRFillVariable> variablesMap)
-
-