public static class Organizer.Factory extends Content.Factory implements PropertyFactory<Organizer>
| Type | Property and Description |
|---|---|
Organizer |
create |
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
Organizer |
createProperty() |
Organizer |
createProperty(ParameterList parameters,
String value) |
supportsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportspublic Organizer createProperty
createProperty in interface PropertyFactory<Organizer>public Organizer createProperty(ParameterList parameters, String value) throws URISyntaxException
createProperty in interface PropertyFactory<Organizer>parameters - a list of property parametersvalue - a property valueURISyntaxException - where data contains an invalid URIpublic Organizer createProperty()
createProperty in interface PropertyFactory<Organizer>