public abstract class FillBaseExpressionValues extends Object implements ExpressionValues
Modifier | Constructor and Description |
---|---|
protected |
FillBaseExpressionValues(JREvaluator evaluator,
Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap) |
Modifier and Type | Method and Description |
---|---|
protected JRFillField |
field(String fieldName) |
String |
getMessage(String messageKey) |
Object |
getParameterValue(String parameterName) |
protected JRFillVariable |
variable(String variableName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFieldValue, getVariableValue
protected FillBaseExpressionValues(JREvaluator evaluator, Map<String,JRFillParameter> parametersMap, Map<String,JRFillField> fieldsMap, Map<String,JRFillVariable> variablesMap)
public Object getParameterValue(String parameterName)
getParameterValue
in interface ExpressionValues
public String getMessage(String messageKey)
getMessage
in interface ExpressionValues
protected JRFillField field(String fieldName)
protected JRFillVariable variable(String variableName)
Copyright © 2023 Cloud Software Group, Inc.. All rights reserved.