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.MODESubsystem.Duplex.modeWhether the inbound connection channel is operated in client or server mode.private Subsystem.MODESubsystem.Inbound.modeWhether the inbound connection channel is operated in client or server mode.private Subsystem.MODESubsystem.Outbound.modeWhether 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.MODEReturns 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 TypeMethodDescriptionvoidSubsystem.Duplex.setMode(Subsystem.MODE mode) voidSubsystem.Inbound.setMode(Subsystem.MODE mode) voidSubsystem.Outbound.setMode(Subsystem.MODE mode)