Gets the value of a parameter of this resource. @param paramaterName the name of the parameter @return the current value of the parameter
(String paramaterName)
| 40 | * @return the current value of the parameter |
| 41 | */ |
| 42 | public Object getParameterValue(String paramaterName) |
| 43 | throws ResourceInstantiationException; |
| 44 | |
| 45 | /** |
no outgoing calls