Uses of Class
org.duracloud.common.queue.task.Task.Type
-
Packages that use Task.Type Package Description org.duracloud.common.queue.task -
-
Uses of Task.Type in org.duracloud.common.queue.task
Methods in org.duracloud.common.queue.task that return Task.Type Modifier and Type Method Description Task.TypeTask. getType()static Task.TypeTask.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Task.Type[]Task.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.duracloud.common.queue.task with parameters of type Task.Type Modifier and Type Method Description voidTask. setType(Task.Type type)
-