Uses of Class
com.sas.hls.schedule.ScheduleDescriptor.ScheduleStatus

Packages that use ScheduleDescriptor.ScheduleStatus
com.sas.hls.schedule Service and class definitions for managing schedules. 
 

Uses of ScheduleDescriptor.ScheduleStatus in com.sas.hls.schedule
 

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

Methods in com.sas.hls.schedule with parameters of type ScheduleDescriptor.ScheduleStatus
 void ScheduleDescriptor.setStatus(ScheduleDescriptor.ScheduleStatus status)
           
 



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