Uses of Enum Class
jfxtras.icalendarfx.properties.component.recurrence.rrule.FrequencyType
Packages that use FrequencyType
-
Uses of FrequencyType in jfxtras.icalendarfx.properties.component.recurrence.rrule
Subclasses with type arguments of type FrequencyType in jfxtras.icalendarfx.properties.component.recurrence.rruleModifier and TypeClassDescriptionclassFREQUENCY FREQ RFC 5545 iCalendar 3.3.10 p40 The FREQ rule part identifies the type of recurrence rule.enumMethods in jfxtras.icalendarfx.properties.component.recurrence.rrule that return FrequencyTypeModifier and TypeMethodDescriptionstatic FrequencyTypeFrequencyType.propertyFromName(String propertyName) get enum from namestatic FrequencyTypeReturns the enum constant of this class with the specified name.static FrequencyType[]FrequencyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jfxtras.icalendarfx.properties.component.recurrence.rrule with parameters of type FrequencyTypeModifier and TypeMethodDescriptionvoidRecurrenceRuleValue.setFrequency(FrequencyType frequency) RecurrenceRuleValue.withFrequency(FrequencyType frequency) Constructors in jfxtras.icalendarfx.properties.component.recurrence.rrule with parameters of type FrequencyType