Uses of Class
org.gridlab.gat.resources.WrapperJobDescription.ScheduledType

Packages that use WrapperJobDescription.ScheduledType
org.gridlab.gat.resources This package contains the classes and interfaces which are used for using resources, be they hardware or software resources. 
 

Uses of WrapperJobDescription.ScheduledType in org.gridlab.gat.resources
 

Methods in org.gridlab.gat.resources that return WrapperJobDescription.ScheduledType
 WrapperJobDescription.ScheduledType WrapperJobDescription.getScheduledType()
          Returns the WrapperJobDescription.ScheduledType for the WrapperJob.
static WrapperJobDescription.ScheduledType WrapperJobDescription.ScheduledType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WrapperJobDescription.ScheduledType[] WrapperJobDescription.ScheduledType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gridlab.gat.resources with parameters of type WrapperJobDescription.ScheduledType
 void WrapperJobDescription.setScheduledType(WrapperJobDescription.ScheduledType scheduledType)
          Sets the WrapperJobDescription.ScheduledType.