wrapper
Interface ParamValueTableReader
- All Known Implementing Classes:
- ParamValueTable
- public abstract interface ParamValueTableReader
The interface ParamValueTableReader defines the read operation on the
table that contains the name value pairs for parameters.
Method Summary |
java.lang.Object |
get(java.lang.String name)
Returns the value of the specified name value pair. |
get
public java.lang.Object get(java.lang.String name)
- Returns the value of the specified name value pair.
String: name of the parameter. Object: value of the parameter,
is of type String.
- Throws:
- ParameterNameException -