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 jakarta.persistence.metamodel.SingularAttribute
<Movement, PriorityLevel> Movement_.priority
Methods in org.openwms.wms.movements.impl that return PriorityLevelModifier and TypeMethodDescriptionMovement.getPriority()
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 TypeMethodDescriptionMovementMapper.convertFrom
(PriorityLevel source) void
Movement.setPriority
(PriorityLevel priority)