Class ByRuleIntegerAbstract<U>
java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.properties.component.recurrence.rrule.RRulePartBase<List<Integer>, U>
jfxtras.icalendarfx.properties.component.recurrence.rrule.byxxx.ByRuleAbstract<Integer,U>
jfxtras.icalendarfx.properties.component.recurrence.rrule.byxxx.ByRuleIntegerAbstract<U>
- All Implemented Interfaces:
Comparable<ByRule<List<Integer>>>, ByRule<List<Integer>>, RRulePart<List<Integer>>, VChild, VElement
- Direct Known Subclasses:
ByHour, ByMinute, ByMonthDay, BySecond, BySetPosition, ByWeekNumber, ByYearDay
-
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
ConstructorsConstructorDescriptionByRuleIntegerAbstract(Integer... values) ByRuleIntegerAbstract(ByRuleIntegerAbstract<U> source) -
Method Summary
Modifier and TypeMethodDescriptionerrors()Produces a list of error messages indicating problems with calendar elementVElement.errors()is invoked recursively to return errors of child elements in addition to errors in parentpredicate tests value range in listener attached toRRulePartBase.getValue()Ensures added values are within allowed rangeprotected List<VElementBase.Message> parseContent(String content) Parse content line into calendar element.voidSet the value of this parametertoString()Methods inherited from class ByRuleAbstract
compareTo, setValue, setValue, streamRecurrences, withValue, withValueMethods inherited from class RRulePartBase
equals, extractValue, getParent, getValue, hashCode, name, setParent, withValueMethods inherited from class VElementBase
elementName, isContentValid, newEmptyVElement, parse, throwMessageExceptions
-
Constructor Details
-
ByRuleIntegerAbstract
public ByRuleIntegerAbstract() -
ByRuleIntegerAbstract
-
ByRuleIntegerAbstract
-
-
Method Details
-
setValue
-
isValidValue
predicate tests value range in listener attached toRRulePartBase.getValue()Ensures added values are within allowed range -
errors
Description copied from interface:VElementProduces a list of error messages indicating problems with calendar elementVElement.errors()is invoked recursively to return errors of child elements in addition to errors in parent -
toString
-
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
-