public interface ParameterFactory
| Modifier and Type | Method and Description |
|---|---|
Parameter |
createParameter(java.lang.String name,
java.lang.String value)
Returns a parameter instance of the appropriate type with the specified value.
|
Parameter createParameter(java.lang.String name, java.lang.String value) throws java.net.URISyntaxException
name - a parameter names that identifies the parameter typevalue - a value to assign to the returned parameterjava.net.URISyntaxException