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
ConstructorsModifierConstructorDescriptionprotectedFillBaseExpressionValues(JREvaluator evaluator, Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap) -
Method Summary
Modifier and TypeMethodDescriptionprotected JRFillFieldgetMessage(String messageKey) getParameterValue(String parameterName) protected JRFillVariableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getParameterValuein interfaceExpressionValues
-
getMessage
- Specified by:
getMessagein interfaceExpressionValues
-
field
-
variable
-