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.implFields in org.openwms.wms.movements.impl declared as PriorityLevelModifier and TypeFieldDescriptionprivate @NotNull PriorityLevelMovement.priorityA 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_.priorityMethods in org.openwms.wms.movements.impl that return PriorityLevelModifier and TypeMethodDescriptionMovement.getPriority()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.wms.movements.impl with parameters of type PriorityLevelModifier and TypeMethodDescriptionMovementMapper.convertFrom(PriorityLevel source) voidMovement.setPriority(PriorityLevel priority)