Uses of Class
de.aristaflow.adept2.base.configuration.ConfigurationConstants.CommunicationProtocol
-
Packages that use ConfigurationConstants.CommunicationProtocol Package Description de.aristaflow.adept2.base.configuration -
-
Uses of ConfigurationConstants.CommunicationProtocol in de.aristaflow.adept2.base.configuration
Methods in de.aristaflow.adept2.base.configuration that return ConfigurationConstants.CommunicationProtocol Modifier and Type Method Description static ConfigurationConstants.CommunicationProtocol
ConfigurationConstants.CommunicationProtocol. fromString(String scheme)
Tries to convert the designated scheme to a corresponding communication protocol.static ConfigurationConstants.CommunicationProtocol
ConfigurationConstants.CommunicationProtocol. valueOf(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.
-