Package org.openhab.core.config.core
Class ParameterOption
java.lang.Object
org.openhab.core.config.core.ParameterOption
The
ParameterOption
specifies one option of a static selection list.
A ConfigDescriptionParameter
instance can contain a list of ParameterOption
s to define a static
selection list for the parameter value.
- Author:
- Alex Tugarev - Initial contribution
-
Constructor Summary
ModifierConstructorDescriptionprotected
Default constructor for deserialization e.g.ParameterOption
(String value, String label) -
Method Summary
-
Constructor Details
-
ParameterOption
protected ParameterOption()Default constructor for deserialization e.g. by Gson. -
ParameterOption
-
-
Method Details