Uses of Class
com.sas.hls.schedule.ScheduleTrigger.DayOfWeek

Packages that use ScheduleTrigger.DayOfWeek
com.sas.hls.schedule Service and class definitions for managing schedules. 
 

Uses of ScheduleTrigger.DayOfWeek in com.sas.hls.schedule
 

Methods in com.sas.hls.schedule that return ScheduleTrigger.DayOfWeek
static ScheduleTrigger.DayOfWeek ScheduleTrigger.DayOfWeek.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ScheduleTrigger.DayOfWeek[] ScheduleTrigger.DayOfWeek.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sas.hls.schedule that return types with arguments of type ScheduleTrigger.DayOfWeek
 List<ScheduleTrigger.DayOfWeek> ScheduleTrigger.getDaysOfWeek()
          For WEEKLY trigger types, this returns the days of the week that this schedule will execute.
 

Method parameters in com.sas.hls.schedule with type arguments of type ScheduleTrigger.DayOfWeek
 void ScheduleTrigger.setDaysOfWeek(List<ScheduleTrigger.DayOfWeek> daysOfWeek)
          Sets the days of week.
 



Copyright (c) 2016, SAS Institute Inc., Cary, NC, USA