Uses of Enum Class
org.openhab.core.config.core.ConfigDescriptionParameter.Type
Package
Description
-
Uses of ConfigDescriptionParameter.Type in org.openhab.core.config.core
Modifier and TypeMethodDescriptionConfigDescriptionParameter.getType()
Returns the data type of the configuration parameter.Returns the enum constant of this class with the specified name.static ConfigDescriptionParameter.Type[]
ConfigDescriptionParameter.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionConfigDescriptionParameterBuilder.create
(String name, ConfigDescriptionParameter.Type type) Creates a parameter builder -
Uses of ConfigDescriptionParameter.Type in org.openhab.core.config.core.dto
ModifierConstructorDescriptionConfigDescriptionParameterDTO
(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 ConfigDescriptionParameter.Type in org.openhab.core.io.rest.core.config
ModifierConstructorDescriptionEnrichedConfigDescriptionParameterDTO
(String name, ConfigDescriptionParameter.Type type, BigDecimal minimum, BigDecimal maximum, BigDecimal stepsize, String pattern, Boolean required, Boolean readOnly, Boolean multiple, String context, @Nullable 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)