Uses of Class
org.openhab.core.config.core.dto.ParameterOptionDTO
Packages that use ParameterOptionDTO
-
Uses of ParameterOptionDTO in org.openhab.core.config.core.dto
Fields in org.openhab.core.config.core.dto with type parameters of type ParameterOptionDTOMethods in org.openhab.core.config.core.dto that return types with arguments of type ParameterOptionDTOModifier and TypeMethodDescriptionprotected static List
<ParameterOptionDTO> ConfigDescriptionDTOMapper.mapOptions
(List<ParameterOption> options) Constructor parameters in org.openhab.core.config.core.dto with type arguments of type ParameterOptionDTOModifierConstructorDescriptionConfigDescriptionParameterDTO
(String name, ConfigDescriptionParameter.Type type, BigDecimal minimum, BigDecimal maximum, BigDecimal stepsize, String pattern, Boolean required, Boolean readOnly, Boolean multiple, String context, String defaultValue, String label, String description, List<ParameterOptionDTO> options, List<FilterCriteriaDTO> filterCriteria, String groupName, Boolean advanced, Boolean limitToOptions, Integer multipleLimit, String unit, String unitLabel, Boolean verify) -
Uses of ParameterOptionDTO in org.openhab.core.io.rest.core.config
Constructor parameters in org.openhab.core.io.rest.core.config with type arguments of type ParameterOptionDTOModifierConstructorDescriptionEnrichedConfigDescriptionParameterDTO
(String name, ConfigDescriptionParameter.Type type, BigDecimal minimum, BigDecimal maximum, BigDecimal stepsize, String pattern, Boolean required, Boolean readOnly, Boolean multiple, String context, String defaultValue, String label, String description, List<ParameterOptionDTO> options, List<FilterCriteriaDTO> filterCriteria, String groupName, Boolean advanced, Boolean limitToOptions, Integer multipleLimit, String unit, String unitLabel, Boolean verify)