Module jfxtras.icalendarfx
Class RecurrenceRule
java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.VParentBase<RecurrenceRule>
jfxtras.icalendarfx.properties.VPropertyBase<RecurrenceRuleValue,RecurrenceRule>
jfxtras.icalendarfx.properties.component.recurrence.RecurrenceRule
- All Implemented Interfaces:
VProperty<RecurrenceRuleValue>
,VChild
,VElement
,VParent
RRULE
Recurrence Rule
RFC 5545 iCalendar 3.8.5.3, page 122.
This property defines a rule or repeating pattern for
recurring events, to-dos, journal entries, or time zone definitions.
Produces a stream of start date/times after applying all modification rules.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class jfxtras.icalendarfx.VElementBase
VElementBase.Message, VElementBase.MessageEffect
-
Field Summary
Fields inherited from class jfxtras.icalendarfx.properties.VPropertyBase
actualValueContent, allowedValueTypes, defaultValueType, propertyName
Fields inherited from class jfxtras.icalendarfx.VParentBase
contentLineGenerator, orderer
Fields inherited from class jfxtras.icalendarfx.VElementBase
BEGIN, END
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected RecurrenceRuleValue
copyValue
(RecurrenceRuleValue source) static RecurrenceRule
Methods inherited from class jfxtras.icalendarfx.properties.VPropertyBase
equals, errors, getConverter, getNonStandard, getParent, getUnknownValue, getValue, getValueType, hashCode, modifiedValue, name, parseContent, processInLineChild, setConverter, setConverterByClass, setNonStandard, setParent, setValue, setValueType, setValueType, toString, valueContent, withNonStandard, withNonStandard, withNonStandard, withValue, withValueType
Methods inherited from class jfxtras.icalendarfx.VParentBase
addChild, addChild, addChild, addChildInternal, checkChild, childrenUnmodifiable, collectGetterMap, collectSetterMap, copyChildrenInto, getGetter, getGetters, getSetter, getSetters, orderChild, orderChild, orderChild, parseContent, removeChild, removeChild, replaceChild, replaceChild, withChild
Methods inherited from class jfxtras.icalendarfx.VElementBase
elementName, isContentValid, newEmptyVElement, parse, throwMessageExceptions
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface jfxtras.icalendarfx.VParent
addChild, addChild, addChild, childrenUnmodifiable, orderChild, orderChild, orderChild, removeChild, removeChild, replaceChild, replaceChild
-
Constructor Details
-
RecurrenceRule
-
RecurrenceRule
public RecurrenceRule() -
RecurrenceRule
-
-
Method Details
-
copyValue
- Overrides:
copyValue
in classVPropertyBase<RecurrenceRuleValue,
RecurrenceRule>
-
parse
-