Package de.poiu.coat.example
Enum MqttConfigParam
- All Implemented Interfaces:
ConfigParam,Serializable,Comparable<MqttConfigParam>
@Generated(value="de.poiu.coat.processor.codegeneration.CodeGenerator",
date="2024-03-07T23:24:03.160401144+01:00")
public enum MqttConfigParam
extends Enum<MqttConfigParam>
implements ConfigParam
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe address(es) of the MQTT broker.The clientId to send to the MQTT broker.The port to communicate with the MQTT broker.The password to connect to the MQTT broker.The username to connect to the MQTT broker. -
Method Summary
Modifier and TypeMethodDescriptionkey()booleantype()static MqttConfigParamReturns the enum constant of this type with the specified name.static MqttConfigParam[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
GET_CLIENT_ID
The clientId to send to the MQTT broker. -
GET_BROKER_ADDRESSES
The address(es) of the MQTT broker. -
GET_PORT
The port to communicate with the MQTT broker. -
USERNAME
The username to connect to the MQTT broker. -
PASSWORD
The password to connect to the MQTT broker.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
key
- Specified by:
keyin interfaceConfigParam
-
type
- Specified by:
typein interfaceConfigParam
-
collectionType
- Specified by:
collectionTypein interfaceConfigParam
-
defaultValue
- Specified by:
defaultValuein interfaceConfigParam
-
mandatory
public boolean mandatory()- Specified by:
mandatoryin interfaceConfigParam
-
converter
- Specified by:
converterin interfaceConfigParam
-
listParser
- Specified by:
listParserin interfaceConfigParam
-