Serializable
, PropertyFactory<RDate<T>>
public static class RDate.Factory<T extends Temporal> extends Content.Factory implements PropertyFactory<RDate<T>>
Constructor | Description |
---|---|
Factory() |
Modifier and Type | Method | Description |
---|---|---|
RDate<T> |
createProperty() |
|
RDate<T> |
createProperty(ParameterList parameters,
String value) |
supports
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createProperty, supports
public RDate<T> createProperty(ParameterList parameters, String value)
createProperty
in interface PropertyFactory<T extends Temporal>
parameters
- a list of property parametersvalue
- a property valuepublic RDate<T> createProperty()
createProperty
in interface PropertyFactory<T extends Temporal>