Uses of Class
de.uni_trier.wi2.procake.data.object.wf.TaskObject.TYPES
-
Packages that use TaskObject.TYPES Package Description de.uni_trier.wi2.procake.data.object.wf de.uni_trier.wi2.procake.data.object.wf.impl -
-
Uses of TaskObject.TYPES in de.uni_trier.wi2.procake.data.object.wf
Methods in de.uni_trier.wi2.procake.data.object.wf that return TaskObject.TYPES Modifier and Type Method Description TaskObject.TYPESTaskObject. getType()Returns the type of the task.static TaskObject.TYPESTaskObject.TYPES. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskObject.TYPES[]TaskObject.TYPES. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.uni_trier.wi2.procake.data.object.wf with parameters of type TaskObject.TYPES Modifier and Type Method Description voidTaskObject. setType(TaskObject.TYPES type)Sets the type of the task. -
Uses of TaskObject.TYPES in de.uni_trier.wi2.procake.data.object.wf.impl
Methods in de.uni_trier.wi2.procake.data.object.wf.impl that return TaskObject.TYPES Modifier and Type Method Description TaskObject.TYPESTaskObjectImpl. getType()Methods in de.uni_trier.wi2.procake.data.object.wf.impl with parameters of type TaskObject.TYPES Modifier and Type Method Description voidTaskObjectImpl. setType(TaskObject.TYPES type)
-