Uses of Enum Class
org.openwms.tms.PriorityLevel
Packages that use PriorityLevel
Package
Description
The outer module package contains functional interfaces and entities.
-
Uses of PriorityLevel in org.openwms.tms
Fields in org.openwms.tms declared as PriorityLevelModifier and TypeFieldDescriptionprivate PriorityLevel
TransportOrder.priority
A priority level of theTransportOrder
.Methods in org.openwms.tms that return PriorityLevelModifier 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.Methods in org.openwms.tms with parameters of type PriorityLevelModifier and TypeMethodDescriptionvoid
TransportOrder.setPriority
(PriorityLevel priority) Set the priority level of theTransportOrder
.