Package net.sf.jasperreports.engine.fill
Class FillBaseExpressionValues
java.lang.Object
net.sf.jasperreports.engine.fill.FillBaseExpressionValues
- All Implemented Interfaces:
ExpressionValues
- Direct Known Subclasses:
FillExpressionDefaultValues
,FillExpressionEstimatedValues
,FillExpressionOldValues
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
FillBaseExpressionValues
(JREvaluator evaluator, Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap) -
Method Summary
Modifier and TypeMethodDescriptionprotected JRFillField
getMessage
(String messageKey) getParameterValue
(String parameterName) protected JRFillVariable
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sf.jasperreports.engine.fill.ExpressionValues
getFieldValue, getVariableValue
-
Constructor Details
-
FillBaseExpressionValues
protected FillBaseExpressionValues(JREvaluator evaluator, Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap)
-
-
Method Details
-
getParameterValue
- Specified by:
getParameterValue
in interfaceExpressionValues
-
getMessage
- Specified by:
getMessage
in interfaceExpressionValues
-
field
-
variable
-