Module jfxtras.icalendarfx
Class RecurrenceDates
java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.VParentBase<U>
jfxtras.icalendarfx.properties.VPropertyBase<T,U>
jfxtras.icalendarfx.properties.PropBaseDateTime<Set<Temporal>,U>
jfxtras.icalendarfx.properties.component.recurrence.PropertyBaseRecurrence<RecurrenceDates>
jfxtras.icalendarfx.properties.component.recurrence.RecurrenceDates
- All Implemented Interfaces:
PropDateTime<Set<Temporal>>
,VProperty<Set<Temporal>>
,VChild
,VElement
,VParent
RDATE
Recurrence Date-Times
RFC 5545 iCalendar 3.8.5.2, page 120.
This property defines the list of DATE-TIME values for
recurring events, to-dos, journal entries, or time zone definitions.
NOTE: DOESN'T CURRENTLY SUPPORT PERIOD VALUE TYPE
- 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
ConstructorsConstructorDescriptionRecurrenceDates
(Temporal... temporals) RecurrenceDates
(Set<Temporal> value) RecurrenceDates
(RecurrenceDates source) -
Method Summary
Modifier and TypeMethodDescriptionstatic RecurrenceDates
Parse string with Temporal class Exceptions provided as parameterstatic RecurrenceDates
Parse string to Temporal.Methods inherited from class jfxtras.icalendarfx.properties.component.recurrence.PropertyBaseRecurrence
copyValue, errors, setValue
Methods inherited from class jfxtras.icalendarfx.properties.PropBaseDateTime
getTimeZoneIdentifier, modifiedValue, setTimeZoneIdentifier, setTimeZoneIdentifier, setTimeZoneIdentifier, withTimeZoneIdentifier, withTimeZoneIdentifier, withTimeZoneIdentifier
Methods inherited from class jfxtras.icalendarfx.properties.VPropertyBase
equals, getConverter, getNonStandard, getParent, getUnknownValue, getValue, getValueType, hashCode, name, parseContent, processInLineChild, setConverter, setConverterByClass, setNonStandard, setParent, 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
Methods inherited from interface jfxtras.icalendarfx.properties.VProperty
getNonStandard, getValue, getValueType, setNonStandard, setValueType
-
Constructor Details
-
RecurrenceDates
-
RecurrenceDates
-
RecurrenceDates
-
RecurrenceDates
public RecurrenceDates()
-
-
Method Details
-
parse
Parse string to Temporal. Not type safe. Implementation must ensure parameterized type is the same as date-time represented by String parameter -
parse
Parse string with Temporal class Exceptions provided as parameter
-