public static class ExDate.Factory extends Content.Factory implements PropertyFactory<ExDate>
| Type | Property and Description |
|---|---|
ExDate |
create |
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
ExDate |
createProperty() |
ExDate |
createProperty(ParameterList parameters,
String value) |
supportsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportspublic ExDate createProperty
createProperty in interface PropertyFactory<ExDate>public ExDate createProperty(ParameterList parameters, String value) throws ParseException
createProperty in interface PropertyFactory<ExDate>parameters - a list of property parametersvalue - a property valueParseException - where data is unable to be parsed correctlypublic ExDate createProperty()
createProperty in interface PropertyFactory<ExDate>