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.PeriodicEventModificationScopeCalendarManager.PeriodicEventModificationScope. getFromString(java.lang.String str)static CalendarManager.PeriodicEventModificationScopeCalendarManager.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.
-