Uses of Class
joynr.system.RoutingTypes.MqttProtocol
-
Packages that use MqttProtocol Package Description joynr.system.RoutingTypes -
-
Uses of MqttProtocol in joynr.system.RoutingTypes
Methods in joynr.system.RoutingTypes that return MqttProtocol Modifier and Type Method Description static MqttProtocolMqttProtocol. getEnumValue(Integer ordinal)Get the matching enum for an ordinal numberstatic MqttProtocolMqttProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static MqttProtocol[]MqttProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.
-