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 DefaultMovementState
Movement.state
The current state theMovement
resides in.Fields in org.openwms.wms.movements.impl with type parameters of type DefaultMovementStateModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute
<Movement, DefaultMovementState> Movement_.state
Methods 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 DefaultMovementState
DefaultMovementStateResolver.completedState
private final DefaultMovementState
DefaultMovementStateResolver.newState
Methods in org.openwms.wms.movements.spi that return DefaultMovementStateModifier and TypeMethodDescriptionDefaultMovementStateResolver.getCompletedState()
Get the state when aMovement
is completely done.MovementStateResolver.getCompletedState()
Get the state when aMovement
is completely done.DefaultMovementStateResolver.getNewState()
Get the state when aMovement
is created.MovementStateResolver.getNewState()
Get the state when aMovement
is created.static DefaultMovementState
Returns 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.