Uses of Enum Class
org.openwms.wms.movements.spi.DefaultMovementState
Packages that use DefaultMovementState
Package
Description
This package contains the internal types of the microservice implementation.
This package contains types to connect to other services (Service Provider Interfaces).
-
Uses of DefaultMovementState in org.openwms.wms.movements.impl
Fields in org.openwms.wms.movements.impl declared as DefaultMovementStateModifier and TypeFieldDescriptionprivate DefaultMovementStateMovement.stateThe current state theMovementresides in.Fields in org.openwms.wms.movements.impl with type parameters of type DefaultMovementStateModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<Movement, DefaultMovementState> Movement_.stateMethods in org.openwms.wms.movements.impl that return DefaultMovementStateMethods in org.openwms.wms.movements.impl with parameters of type DefaultMovementState -
Uses of DefaultMovementState in org.openwms.wms.movements.spi
Fields in org.openwms.wms.movements.spi declared as DefaultMovementStateModifier and TypeFieldDescriptionprivate final DefaultMovementStateDefaultMovementStateResolver.completedStateprivate final DefaultMovementStateDefaultMovementStateResolver.newStateMethods in org.openwms.wms.movements.spi that return DefaultMovementStateModifier and TypeMethodDescriptionDefaultMovementStateResolver.getCompletedState()Get the state when aMovementis completely done.MovementStateResolver.getCompletedState()Get the state when aMovementis completely done.DefaultMovementStateResolver.getNewState()Get the state when aMovementis created.MovementStateResolver.getNewState()Get the state when aMovementis created.static DefaultMovementStateReturns the enum constant of this class with the specified name.static DefaultMovementState[]DefaultMovementState.values()Returns an array containing the constants of this enum class, in the order they are declared.