Class Count
java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.properties.component.recurrence.rrule.RRulePartBase<Integer,Count>
jfxtras.icalendarfx.properties.component.recurrence.rrule.Count
COUNT:
RFC 5545 iCalendar 3.3.10, page 41
The COUNT rule part defines the number of occurrences at which to
range-bound the recurrence. The "DTSTART" property value always
counts as the first occurrence.
-
Nested Class Summary
Nested classes/interfaces inherited from class VElementBase
VElementBase.Message, VElementBase.MessageEffect -
Field Summary
Fields inherited from class RRulePartBase
elementTypeFields inherited from class VElementBase
BEGIN, END -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Countprotected List<VElementBase.Message> parseContent(String content) Parse content line into calendar element.voidSet the value of this parameterMethods inherited from class RRulePartBase
equals, errors, extractValue, getParent, getValue, hashCode, name, setParent, toString, withValueMethods inherited from class VElementBase
elementName, isContentValid, newEmptyVElement, parse, throwMessageExceptions
-
Constructor Details
-
Count
public Count(int count) -
Count
public Count() -
Count
-
-
Method Details
-
setValue
-
parseContent
Description copied from class:VElementBaseParse content line into calendar element. If element contains childrenVElementBase.parseContent(String)is invoked recursively to parse child elements also- Specified by:
parseContentin classVElementBase- Parameters:
content- calendar content string to parse- Returns:
- log of information and error messages
-
parse
-