Uses of Class
com.jalios.jcms.calendar.CalendarManager.PeriodicEventModificationScope
-
Packages that use CalendarManager.PeriodicEventModificationScope Package Description com.jalios.jcms.calendar Contains the classes used to deal with calendar in JPlatform. -
-
Uses of CalendarManager.PeriodicEventModificationScope in com.jalios.jcms.calendar
Methods in com.jalios.jcms.calendar that return CalendarManager.PeriodicEventModificationScope Modifier and Type Method Description static CalendarManager.PeriodicEventModificationScope
CalendarManager.PeriodicEventModificationScope. getFromString(java.lang.String str)
static CalendarManager.PeriodicEventModificationScope
CalendarManager.PeriodicEventModificationScope. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CalendarManager.PeriodicEventModificationScope[]
CalendarManager.PeriodicEventModificationScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-