Uses of Enum Class
org.openwms.common.transport.TransportUnitEvent.TransportUnitEventType
Packages that use TransportUnitEvent.TransportUnitEventType
Package
Description
This package contains all supported Message types of the transportation-service.
-
Uses of TransportUnitEvent.TransportUnitEventType in org.openwms.common.transport
Fields in org.openwms.common.transport declared as TransportUnitEvent.TransportUnitEventTypeMethods in org.openwms.common.transport that return TransportUnitEvent.TransportUnitEventTypeModifier 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.Methods in org.openwms.common.transport with parameters of type TransportUnitEvent.TransportUnitEventTypeModifier and TypeMethodDescriptionstatic TransportUnitEvent
TransportUnitEvent.of
(org.openwms.common.transport.api.TransportUnitVO tu, TransportUnitEvent.TransportUnitEventType type) TransportUnitEvent.Builder.type
(TransportUnitEvent.TransportUnitEventType val) Constructors in org.openwms.common.transport with parameters of type TransportUnitEvent.TransportUnitEventTypeModifierConstructorDescriptionprivate
TransportUnitEvent
(org.openwms.common.transport.api.TransportUnitVO source, TransportUnitEvent.TransportUnitEventType type)