public interface DatasetFillContext
Modifier and Type | Method and Description |
---|---|
Object |
getFieldValue(String field,
EvaluationType evaluation)
Returns the value of a field.
|
Locale |
getLocale()
Returns the locale used by the dataset.
|
Object |
getParameterValue(String parameter)
Returns the value of a parameter.
|
Object |
getVariableValue(String variable,
EvaluationType evaluation)
Returns the value of a variable.
|
Object getParameterValue(String parameter)
parameter
- the parameter nameObject getFieldValue(String field, EvaluationType evaluation)
field
- the field nameevaluation
- the evaluation typeObject getVariableValue(String variable, EvaluationType evaluation)
variable
- the variable nameevaluation
- the evaluation typeLocale getLocale()
Copyright © 2015. All rights reserved.