Uses of Enum Class
org.openwms.tms.TransportServiceEvent.TYPE
Packages that use TransportServiceEvent.TYPE
Package
Description
The outer module package contains functional interfaces and entities.
-
Uses of TransportServiceEvent.TYPE in org.openwms.tms
Fields in org.openwms.tms declared as TransportServiceEvent.TYPEMethods in org.openwms.tms that return TransportServiceEvent.TYPEModifier and TypeMethodDescriptionTransportServiceEvent.getType()Return the type of event.static TransportServiceEvent.TYPETransportServiceEvent.TYPE.of(TransportOrderState requestedState) static TransportServiceEvent.TYPEReturns the enum constant of this class with the specified name.static TransportServiceEvent.TYPE[]TransportServiceEvent.TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openwms.tms with parameters of type TransportServiceEvent.TYPEModifierConstructorDescriptionTransportServiceEvent(TransportOrder source, TransportServiceEvent.TYPE type) Create a new TransportServiceEvent.