Uses of Enum Class
org.openwms.wms.movements.impl.PriorityLevel
Packages that use PriorityLevel
Package
Description
This package contains the internal types of the microservice implementation.
-
Uses of PriorityLevel in org.openwms.wms.movements.impl
Fields in org.openwms.wms.movements.impl declared as PriorityLevelModifier and TypeFieldDescriptionprivate @NotNull PriorityLevel
Movement.priority
A priority level of theMovement
.Fields in org.openwms.wms.movements.impl with type parameters of type PriorityLevelModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute
<Movement, PriorityLevel> Movement_.priority
Methods in org.openwms.wms.movements.impl that return PriorityLevelModifier 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.Methods in org.openwms.wms.movements.impl with parameters of type PriorityLevelModifier and TypeMethodDescriptionPriorityConverter.convertFrom
(PriorityLevel source, Integer destination) PriorityConverter.convertTo
(Integer source, PriorityLevel destination)