Uses of Enum Class
org.openwms.tms.PriorityLevel
Package
Description
The outer module package contains functional interfaces and entities.
-
Uses of PriorityLevel in org.openwms.tms
Modifier and TypeFieldDescriptionprivate PriorityLevel
TransportOrder.priority
A priority level of theTransportOrder
.Modifier and TypeMethodDescriptionTransportOrder.getPriority()
Returns the priority level of theTransportOrder
.static PriorityLevel
static PriorityLevel
Returns the enum constant of this class with the specified name.static PriorityLevel[]
PriorityLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TransportOrder.setPriority
(PriorityLevel priority) Set the priority level of theTransportOrder
.