Uses of Enum Class
org.vaadin.addons.componentfactory.schedulexcalendar.model.RecurrenceRule.Frequency
Packages that use RecurrenceRule.Frequency
-
Uses of RecurrenceRule.Frequency in org.vaadin.addons.componentfactory.schedulexcalendar.model
Methods in org.vaadin.addons.componentfactory.schedulexcalendar.model that return RecurrenceRule.FrequencyModifier and TypeMethodDescriptionRecurrenceRule.getFreq()static RecurrenceRule.FrequencyReturns the enum constant of this class with the specified name.static RecurrenceRule.Frequency[]RecurrenceRule.Frequency.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.vaadin.addons.componentfactory.schedulexcalendar.model with parameters of type RecurrenceRule.FrequencyConstructors in org.vaadin.addons.componentfactory.schedulexcalendar.model with parameters of type RecurrenceRule.FrequencyModifierConstructorDescriptionConstructs aRecurrenceRulewith the specified frequency value.