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