Uses of Enum Class
org.openwms.wms.movements.impl.PriorityLevel
Package
Description
This package contains the internal types of the microservice implementation.
-
Uses of PriorityLevel in org.openwms.wms.movements.impl
Modifier and TypeFieldDescriptionprivate @NotNull PriorityLevel
Movement.priority
A priority level of theMovement
.Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute
<Movement, PriorityLevel> Movement_.priority
Modifier and TypeMethodDescriptionPriorityConverter.convertTo
(Integer source, PriorityLevel destination) Movement.getPriority()
private PriorityLevel
PriorityConverter.map
(int priority) 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 TypeMethodDescriptionPriorityConverter.convertFrom
(PriorityLevel source, Integer destination) PriorityConverter.convertTo
(Integer source, PriorityLevel destination)