public static class ExDate.Factory<T extends Temporal> extends Content.Factory implements PropertyFactory<ExDate<T>>
| Type | Property and Description |
|---|---|
ExDate<T> |
create |
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
ExDate<T> |
createProperty() |
ExDate<T> |
createProperty(List<Parameter> parameters,
String value) |
supportsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportspublic ExDate<T extends Temporal> createProperty
createProperty in interface PropertyFactory<ExDate<T extends Temporal>>public ExDate<T> createProperty(List<Parameter> parameters, String value)
createProperty in interface PropertyFactory<ExDate<T extends Temporal>>parameters - a list of property parametersvalue - a property valuepublic ExDate<T> createProperty()
createProperty in interface PropertyFactory<ExDate<T extends Temporal>>