Uses of Class
org.duracloud.common.queue.QueueType
-
Packages that use QueueType Package Description org.duracloud.common.queue -
-
Uses of QueueType in org.duracloud.common.queue
Methods in org.duracloud.common.queue that return QueueType Modifier and Type Method Description static QueueTypeQueueType. fromString(String t)Returns the QueueType from a string value.static QueueTypeQueueType. valueOf(String name)Returns the enum constant of this type with the specified name.static QueueType[]QueueType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-