Class ExceptionDates
java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.VParentBase<ExceptionDates>
jfxtras.icalendarfx.properties.VPropertyBase<Set<Temporal>, ExceptionDates>
jfxtras.icalendarfx.properties.PropBaseDateTime<Set<Temporal>, ExceptionDates>
jfxtras.icalendarfx.properties.component.recurrence.PropertyBaseRecurrence<ExceptionDates>
jfxtras.icalendarfx.properties.component.recurrence.ExceptionDates
- All Implemented Interfaces:
PropDateTime<Set<Temporal>>, VProperty<Set<Temporal>>, VChild, VElement, VParent
EXDATE
Exception Date-Times
RFC 5545 iCalendar 3.8.5.1, page 117.
This property defines the list of DATE-TIME exceptions for
recurring events, to-dos, journal entries, or time zone definitions.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class VElementBase
VElementBase.Message, VElementBase.MessageEffect -
Field Summary
Fields inherited from class VPropertyBase
actualValueContent, allowedValueTypes, defaultValueType, propertyNameFields inherited from class VParentBase
contentLineGenerator, ordererFields inherited from class VElementBase
BEGIN, END -
Constructor Summary
ConstructorsConstructorDescriptionExceptionDates(Temporal... temporals) ExceptionDates(Set<Temporal> value) ExceptionDates(ExceptionDates source) -
Method Summary
Modifier and TypeMethodDescriptionstatic ExceptionDatesParse string with Temporal class Exceptions provided as parameterstatic ExceptionDatesParse string to Temporal.Methods inherited from class PropertyBaseRecurrence
copyValue, errors, setValueMethods inherited from class PropBaseDateTime
getTimeZoneIdentifier, modifiedValue, setTimeZoneIdentifier, setTimeZoneIdentifier, setTimeZoneIdentifier, withTimeZoneIdentifier, withTimeZoneIdentifier, withTimeZoneIdentifierMethods inherited from class VPropertyBase
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, setValueType
-
Constructor Details
-
ExceptionDates
-
ExceptionDates
-
ExceptionDates
-
ExceptionDates
public ExceptionDates()
-
-
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
-