Uses of Enum Class
org.openwms.common.transport.TransportUnitEvent.TransportUnitEventType
Package
Description
This package contains all supported Message types of the transportation-service.
-
Uses of TransportUnitEvent.TransportUnitEventType in org.openwms.common.transport
Modifier and TypeMethodDescriptionTransportUnitEvent.getType()
Returns the enum constant of this class with the specified name.TransportUnitEvent.TransportUnitEventType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic TransportUnitEvent
TransportUnitEvent.of
(org.openwms.common.transport.api.TransportUnitVO tu, TransportUnitEvent.TransportUnitEventType type) TransportUnitEvent.Builder.type
(TransportUnitEvent.TransportUnitEventType val) ModifierConstructorDescriptionprivate
TransportUnitEvent
(org.openwms.common.transport.api.TransportUnitVO source, TransportUnitEvent.TransportUnitEventType type)