Uses of Enum Class
org.duracloud.common.queue.task.Task.Type
Packages that use Task.Type
-
Uses of Task.Type in org.duracloud.common.queue.task
Methods in org.duracloud.common.queue.task that return Task.TypeModifier and TypeMethodDescriptionTask.getType()static Task.TypeReturns the enum constant of this class with the specified name.static Task.Type[]Task.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.duracloud.common.queue.task with parameters of type Task.Type