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 protectedFillBaseExpressionValues(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 JRFillFieldfield(String fieldName)StringgetMessage(String messageKey)ObjectgetParameterValue(String parameterName)protected JRFillVariablevariable(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:
getParameterValuein interfaceExpressionValues
-
getMessage
public String getMessage(String messageKey)
- Specified by:
getMessagein interfaceExpressionValues
-
field
protected JRFillField field(String fieldName)
-
variable
protected JRFillVariable variable(String variableName)
-
-