| Package | Description |
|---|---|
| de.aristaflow.adept2.base.configuration |
ADEPT2 provides its own framework for managing components and their
configurations.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationConstants.CommunicationProtocol |
ConfigurationConstants.CommunicationProtocol.fromString(java.lang.String scheme)
Tries to convert the designated scheme to a corresponding communication
protocol.
|
static ConfigurationConstants.CommunicationProtocol |
ConfigurationConstants.CommunicationProtocol.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationConstants.CommunicationProtocol[] |
ConfigurationConstants.CommunicationProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|