|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - parameter value typepublic interface ParameterData<T>
Interface for a container holding path, key and default value of a parameter.
| Method Summary | |
|---|---|
T |
getDefaultValue()
Returns the default value of the parameter. |
java.lang.String |
getKey()
Returns the key associated with the parameter. |
ParameterPath |
getPath()
Returns the path object associated with the parameter. |
boolean |
isCached()
Should this parameter be cached once it has been retrieved? By default all parameters are cached, but you can disable this for individual parameters that are seldom used or very large. |
| Method Detail |
|---|
ParameterPath getPath()
java.lang.String getKey()
T getDefaultValue()
boolean isCached()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||