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