SerializableAbbrev.Factory, AltRep.Factory, Cn.Factory, CuType.Factory, DelegatedFrom.Factory, DelegatedTo.Factory, Dir.Factory, Display.Factory, Email.Factory, Encoding.Factory, FbType.Factory, Feature.Factory, FmtType.Factory, Label.Factory, Language.Factory, Member.Factory, PartStat.Factory, Range.Factory, Related.Factory, RelType.Factory, Role.Factory, Rsvp.Factory, ScheduleAgent.Factory, ScheduleStatus.Factory, SentBy.Factory, Type.Factory, TzId.Factory, Value.Factory, Vvenue.Factory, XParameter.Factorypublic interface ParameterFactory<T extends Parameter> extends Serializable
Serializable to support referencing
from Parameter instances.| Modifier and Type | Method | Description |
|---|---|---|
T |
createParameter(String value) |
Returns a parameter instance of the appropriate type with the specified value.
|
boolean |
supports(String name) |
T createParameter(String value) throws URISyntaxException
value - a value to assign to the returned parameterURISyntaxException - where an invalid URI is encounteredboolean supports(String name)