Uses of Enum Class
ietf.params.xml.ns.icalendar_2.FreqRecurType
Packages that use FreqRecurType
-
Uses of FreqRecurType in ietf.params.xml.ns.icalendar_2
Fields in ietf.params.xml.ns.icalendar_2 declared as FreqRecurTypeMethods in ietf.params.xml.ns.icalendar_2 that return FreqRecurTypeModifier and TypeMethodDescriptionstatic FreqRecurType
RecurType.getFreq()
Gets the value of the freq property.static FreqRecurType
Returns the enum constant of this class with the specified name.static FreqRecurType[]
FreqRecurType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ietf.params.xml.ns.icalendar_2 with parameters of type FreqRecurTypeModifier and TypeMethodDescriptionvoid
RecurType.setFreq
(FreqRecurType value) Sets the value of the freq property.