Uses of Class
edu.nrao.sss.model.project.SchedulingType

Packages that use SchedulingType
edu.nrao.sss.model.project Project object model. 
edu.nrao.sss.model.project.scheduling [Put description here.] 
 

Uses of SchedulingType in edu.nrao.sss.model.project
 

Methods in edu.nrao.sss.model.project that return SchedulingType
static SchedulingType SchedulingType.fromString(String text)
          Returns the scheduling type represented by text.
static SchedulingType SchedulingType.getDefault()
          Returns a default scheduling type.
 SchedulingType SchedulingBlock.getType()
          Returns the scheduling type to use for this scheduling block.
static SchedulingType SchedulingType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SchedulingType[] SchedulingType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.model.project with parameters of type SchedulingType
 void SchedulingBlock.setType(SchedulingType newType)
          Sets the scheduling type to use for this scheduling block.
 

Uses of SchedulingType in edu.nrao.sss.model.project.scheduling
 

Methods in edu.nrao.sss.model.project.scheduling that return SchedulingType
 SchedulingType Schedulable.getType()
          Returns the particular method of scheduling that is appropriate for this ScheduleBlock.
 

Methods in edu.nrao.sss.model.project.scheduling with parameters of type SchedulingType
 void Schedulable.setType(SchedulingType st)
           
 



Copyright © 2009. All Rights Reserved.