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