All Superinterfaces:
VChild, VElement
All Known Subinterfaces:
ByRule<T>
All Known Implementing Classes:
ByDay, ByHour, ByMinute, ByMonth, ByMonthDay, ByRuleAbstract, ByRuleIntegerAbstract, BySecond, BySetPosition, ByWeekNumber, ByYearDay, Count, Frequency, Interval, RRulePartBase, Until, WeekStart

public interface RRulePart<T> extends VElement, VChild
  • Method Summary

    Modifier and Type
    Method
    Description
    The value of the recurrence rule value part.
    void
    setValue(T value)
    Set the value of this parameter

    Methods inherited from interface jfxtras.icalendarfx.VChild

    getParent, setParent

    Methods inherited from interface jfxtras.icalendarfx.VElement

    errors, isValid, name
  • Method Details

    • getValue

      T getValue()
      The value of the recurrence rule value part. For example, in the below part: BYDAY=MO The value is MO Note: the value's object must have an overridden toString method that complies with iCalendar content line output.
    • setValue

      void setValue(T value)
      Set the value of this parameter