|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DatasetFillContext
Context information related to a fill time dataset.
| Method Summary | |
|---|---|
java.lang.Object |
getFieldValue(java.lang.String field,
EvaluationType evaluation)
Returns the value of a field. |
java.util.Locale |
getLocale()
Returns the locale used by the dataset. |
java.lang.Object |
getParameterValue(java.lang.String parameter)
Returns the value of a parameter. |
java.lang.Object |
getVariableValue(java.lang.String variable,
EvaluationType evaluation)
Returns the value of a variable. |
| Method Detail |
|---|
java.lang.Object getParameterValue(java.lang.String parameter)
parameter - the parameter name
java.lang.Object getFieldValue(java.lang.String field,
EvaluationType evaluation)
field - the field nameevaluation - the evaluation type
java.lang.Object getVariableValue(java.lang.String variable,
EvaluationType evaluation)
variable - the variable nameevaluation - the evaluation type
java.util.Locale getLocale()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||