Uses of Enum Class
com.sas.lsaf.schedule.ScheduleTrigger.DayOfWeek
Packages that use ScheduleTrigger.DayOfWeek
-
Uses of ScheduleTrigger.DayOfWeek in com.sas.lsaf.schedule
Methods in com.sas.lsaf.schedule that return ScheduleTrigger.DayOfWeekModifier and TypeMethodDescriptionstatic ScheduleTrigger.DayOfWeekReturns the enum constant of this class with the specified name.static ScheduleTrigger.DayOfWeek[]ScheduleTrigger.DayOfWeek.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sas.lsaf.schedule that return types with arguments of type ScheduleTrigger.DayOfWeekModifier and TypeMethodDescriptionScheduleTrigger.getDaysOfWeek()For WEEKLY trigger types, gets the days of the week on which the schedule executes.Method parameters in com.sas.lsaf.schedule with type arguments of type ScheduleTrigger.DayOfWeekModifier and TypeMethodDescriptionvoidScheduleTrigger.setDaysOfWeek(Set<ScheduleTrigger.DayOfWeek> daysOfWeek) Sets the days of the week.