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 PriorityLevelTransportOrder.priorityA priority level of theTransportOrder.Methods in org.openwms.tms that return PriorityLevelModifier and TypeMethodDescriptionTransportOrder.getPriority()Returns the priority level of theTransportOrder.static PriorityLevelstatic PriorityLevelReturns 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 TypeMethodDescriptionvoidTransportOrder.setPriority(PriorityLevel priority) Set the priority level of theTransportOrder.