Class ParameterOption

java.lang.Object
org.openhab.core.config.core.ParameterOption

public class ParameterOption extends Object
The ParameterOption specifies one option of a static selection list.

A ConfigDescriptionParameter instance can contain a list of ParameterOptions to define a static selection list for the parameter value.

Author:
Alex Tugarev - Initial contribution
  • Constructor Details

    • ParameterOption

      protected ParameterOption()
      Default constructor for deserialization e.g. by Gson.
    • ParameterOption

      public ParameterOption(String value, String label)
  • Method Details