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