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
public abstract class FillBaseExpressionValues extends Object implements ExpressionValues
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FillBaseExpressionValues(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 protected JRFillField
field(String fieldName)
String
getMessage(String messageKey)
Object
getParameterValue(String parameterName)
protected JRFillVariable
variable(String variableName)
-
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 Detail
-
FillBaseExpressionValues
protected FillBaseExpressionValues(JREvaluator evaluator, Map<String,JRFillParameter> parametersMap, Map<String,JRFillField> fieldsMap, Map<String,JRFillVariable> variablesMap)
-
-
Method Detail
-
getParameterValue
public Object getParameterValue(String parameterName)
- Specified by:
getParameterValue
in interfaceExpressionValues
-
getMessage
public String getMessage(String messageKey)
- Specified by:
getMessage
in interfaceExpressionValues
-
field
protected JRFillField field(String fieldName)
-
variable
protected JRFillVariable variable(String variableName)
-
-