Uses of Enum Class
org.openwms.common.comm.config.Subsystem.MODE
Packages that use Subsystem.MODE
Package
Description
This package contains Spring Boot application configuration classes.
-
Uses of Subsystem.MODE in org.openwms.common.comm.config
Fields in org.openwms.common.comm.config declared as Subsystem.MODEModifier and TypeFieldDescriptionprivate Subsystem.MODE
Subsystem.Duplex.mode
Whether the inbound connection channel is operated in client or server mode.private Subsystem.MODE
Subsystem.Inbound.mode
Whether the inbound connection channel is operated in client or server mode.private Subsystem.MODE
Subsystem.Outbound.mode
Whether the outbound connection channel is operated in client or server mode.Methods in org.openwms.common.comm.config that return Subsystem.MODEModifier and TypeMethodDescriptionSubsystem.Duplex.getMode()
Subsystem.Inbound.getMode()
Subsystem.Outbound.getMode()
static Subsystem.MODE
Returns the enum constant of this class with the specified name.static Subsystem.MODE[]
Subsystem.MODE.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openwms.common.comm.config with parameters of type Subsystem.MODEModifier and TypeMethodDescriptionvoid
Subsystem.Duplex.setMode
(Subsystem.MODE mode) void
Subsystem.Inbound.setMode
(Subsystem.MODE mode) void
Subsystem.Outbound.setMode
(Subsystem.MODE mode)