Class ParameterOptionDTO

java.lang.Object
org.openhab.core.config.core.dto.ParameterOptionDTO

public class ParameterOptionDTO extends Object
This is a data transfer object that is used to serialize options of a parameter.
Author:
Alex Tugarev - Initial contribution
  • Field Details

  • Constructor Details

    • ParameterOptionDTO

      public ParameterOptionDTO()
    • ParameterOptionDTO

      public ParameterOptionDTO(String value, String label)