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