Uses of Class
uk.ac.ed.paxinos3d.Model.TaskType

Packages that use Model.TaskType
uk.ac.ed.paxinos3d   
 

Uses of Model.TaskType in uk.ac.ed.paxinos3d
 

Fields in uk.ac.ed.paxinos3d declared as Model.TaskType
protected  Model.TaskType Model.TaskStatus.task_type
           
 

Methods in uk.ac.ed.paxinos3d that return Model.TaskType
 Model.TaskType Model.TaskStatus.getTaskType()
           
static Model.TaskType Model.TaskType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Model.TaskType[] Model.TaskType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.