Module jfxtras.icalendarfx
Class RecurrenceId
java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.VParentBase<RecurrenceId>
jfxtras.icalendarfx.properties.VPropertyBase<Temporal,RecurrenceId>
jfxtras.icalendarfx.properties.PropBaseDateTime<Temporal,RecurrenceId>
jfxtras.icalendarfx.properties.component.relationship.RecurrenceId
- All Implemented Interfaces:
PropDateTime<Temporal>
,PropRecurrenceID<Temporal>
,VProperty<Temporal>
,VChild
,VElement
,VParent
public class RecurrenceId
extends PropBaseDateTime<Temporal,RecurrenceId>
implements PropRecurrenceID<Temporal>
RECURRENCE-ID
RFC 5545, 3.8.4.4, page 112
This property is used in conjunction with the "UID" and
"SEQUENCE" properties to identify a specific instance of a
recurring "VEVENT", "VTODO", or "VJOURNAL" calendar component.
The property value is the original value of the "DTSTART" property
of the recurrence instance.
The "RANGE" parameter is used to specify the effective range of
recurrence instances from the instance specified by the
"RECURRENCE-ID" property value. The value for the range parameter
can only be "THISANDFUTURE" Note: THISANDFUTURE is not supported by
most iCalendar implementations. It may be better to truncate the
unbounded recurring calendar component (i.e., with the "COUNT"
or "UNTIL" rule parts), and create two new unbounded recurring
calendar components for the future instances.
Example:
RECURRENCE-ID;VALUE=DATE:19960401
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class jfxtras.icalendarfx.VElementBase
VElementBase.Message, VElementBase.MessageEffect
-
Field Summary
FieldsFields 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 TypeMethodDescriptiongetRange()
RANGE Recurrence Identifier Range RFC 5545, 3.2.13, page 23 To specify the effective range of recurrence instances from the instance specified by the recurrence identifier specified by the property.static RecurrenceId
Parse string with Temporal class explicitly provided as parameterstatic RecurrenceId
Parse string to Temporal.void
void
withRange
(Range.RangeType value) Methods inherited from class jfxtras.icalendarfx.properties.PropBaseDateTime
errors, getTimeZoneIdentifier, modifiedValue, setTimeZoneIdentifier, setTimeZoneIdentifier, setTimeZoneIdentifier, setValue, withTimeZoneIdentifier, withTimeZoneIdentifier, withTimeZoneIdentifier
Methods inherited from class jfxtras.icalendarfx.properties.VPropertyBase
copyValue, 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, setValue, setValueType
-
Field Details
-
range
-
-
Constructor Details
-
RecurrenceId
-
RecurrenceId
-
RecurrenceId
public RecurrenceId()
-
-
Method Details
-
getRange
RANGE Recurrence Identifier Range RFC 5545, 3.2.13, page 23 To specify the effective range of recurrence instances from the instance specified by the recurrence identifier specified by the property. Example: RECURRENCE-ID;RANGE=THISANDFUTURE:19980401T133000Z- Specified by:
getRange
in interfacePropRecurrenceID<Temporal>
-
setRange
- Specified by:
setRange
in interfacePropRecurrenceID<Temporal>
-
setRange
-
withRange
-
withRange
-
withRange
-
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 explicitly provided as parameter
-