Package org.openwms.common.comm.config
Class Subsystem
java.lang.Object
org.openwms.common.comm.config.Subsystem
A Subsystem.
- Author:
- Heiko Scherrer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static enum
static class
static enum
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Subsystem.Duplex
The subsystem can be configured in bi-directional duplex mode.private Subsystem.Inbound
All inbound connection configuration.private String
Unique subsystem name, that is used to identify the receiver.private Subsystem.Outbound
All outbound connection configuration.private Subsystem.TYPE
The type the driver instance is used for. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getType()
void
setDuplex
(Subsystem.Duplex duplex) void
setInbound
(Subsystem.Inbound inbound) void
void
setOutbound
(Subsystem.Outbound outbound) void
setType
(Subsystem.TYPE type)
-
Field Details
-
name
Unique subsystem name, that is used to identify the receiver. -
type
The type the driver instance is used for. Different types allow processing different kind of telegrams. -
duplex
The subsystem can be configured in bi-directional duplex mode. -
inbound
All inbound connection configuration. -
outbound
All outbound connection configuration.
-
-
Constructor Details
-
Subsystem
public Subsystem()
-
-
Method Details
-
getName
-
setName
-
getType
-
setType
-
getDuplex
-
setDuplex
-
getInbound
-
setInbound
-
getOutbound
-
setOutbound
-