|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface to be implemented by anything that wishes to provide values to the template engine.
Method Summary | |
String |
getValue(String name)
Get a single value |
List |
getValues(String name)
Get a list of value providers. |
Method Detail |
public String getValue(String name)
name
- The name whose value is to be returned
null
if undefined.public List getValues(String name)
name
- The template name of the list to be returned.
null
if no template is defined.
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |