public static class XParameter.Factory extends Content.Factory implements ParameterFactory<XParameter>
| Modifier and Type | Method and Description |
|---|---|
XParameter |
createParameter(String value)
Returns a parameter instance of the appropriate type with the specified value.
|
supportsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportspublic Factory(String name)
public XParameter createParameter(String value) throws URISyntaxException
ParameterFactorycreateParameter in interface ParameterFactory<XParameter>value - a value to assign to the returned parameterURISyntaxException - where an invalid URI is encountered