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 VElementBase
VElementBase.Message, VElementBase.MessageEffect -
Field Summary
FieldsFields inherited from class VPropertyBase
actualValueContent, allowedValueTypes, defaultValueType, propertyNameFields inherited from class VParentBase
contentLineGenerator, ordererFields inherited from class 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 RecurrenceIdParse string with Temporal class explicitly provided as parameterstatic RecurrenceIdParse string to Temporal.voidvoidwithRange(Range.RangeType value) Methods inherited from class PropBaseDateTime
errors, getTimeZoneIdentifier, modifiedValue, setTimeZoneIdentifier, setTimeZoneIdentifier, setTimeZoneIdentifier, setValue, withTimeZoneIdentifier, withTimeZoneIdentifier, withTimeZoneIdentifierMethods inherited from class 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, withValueTypeMethods inherited from class VParentBase
addChild, addChild, addChild, addChildInternal, checkChild, childrenUnmodifiable, collectGetterMap, collectSetterMap, copyChildrenInto, getGetter, getGetters, getSetter, getSetters, orderChild, orderChild, orderChild, parseContent, removeChild, removeChild, replaceChild, replaceChild, withChildMethods inherited from class VElementBase
elementName, isContentValid, newEmptyVElement, parse, throwMessageExceptionsMethods inherited from interface VParent
addChild, addChild, addChild, childrenUnmodifiable, orderChild, orderChild, orderChild, removeChild, removeChild, replaceChild, replaceChildMethods inherited from interface 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:
getRangein interfacePropRecurrenceID<Temporal>
-
setRange
- Specified by:
setRangein 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
-