Uses of Class
com.aoapps.cron.CronJob.ScheduleMode
-
-
Uses of CronJob.ScheduleMode in com.aoapps.cron
Methods in com.aoapps.cron that return CronJob.ScheduleMode Modifier and Type Method Description default CronJob.ScheduleModeCronJob. getScheduleMode()Gets the job scheduling mode.static CronJob.ScheduleModeCronJob.ScheduleMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CronJob.ScheduleMode[]CronJob.ScheduleMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-