Uses of Class
io.openraven.magpie.core.fifos.QueueType
-
Packages that use QueueType Package Description io.openraven.magpie.core.fifos -
-
Uses of QueueType in io.openraven.magpie.core.fifos
Methods in io.openraven.magpie.core.fifos that return QueueType Modifier and Type Method Description 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.
-