Uses of Class
ch.busyboxes.agoo.model.enumeration.TaskState

Packages that use TaskState
ch.busyboxes.agoo.model   
ch.busyboxes.agoo.model.enumeration   
 

Uses of TaskState in ch.busyboxes.agoo.model
 

Methods in ch.busyboxes.agoo.model that return TaskState
 TaskState WatcherTask.getTaskState()
          Gets the task state
 

Methods in ch.busyboxes.agoo.model with parameters of type TaskState
 void WatcherTask.setTaskState(TaskState taskState)
          Sets the task state
 

Uses of TaskState in ch.busyboxes.agoo.model.enumeration
 

Methods in ch.busyboxes.agoo.model.enumeration that return TaskState
static TaskState TaskState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TaskState[] TaskState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009. All Rights Reserved.