Uses of Enum Class
org.openhab.core.config.core.ConfigDescriptionParameter.Type
Packages that use ConfigDescriptionParameter.Type
Package
Description
-
Uses of ConfigDescriptionParameter.Type in org.openhab.core.config.core
Methods in org.openhab.core.config.core that return ConfigDescriptionParameter.TypeModifier 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.Methods in org.openhab.core.config.core with parameters of type ConfigDescriptionParameter.TypeModifier and TypeMethodDescriptionConfigDescriptionParameterBuilder.create
(String name, ConfigDescriptionParameter.Type type) Creates a parameter builder -
Uses of ConfigDescriptionParameter.Type in org.openhab.core.config.core.dto
Fields in org.openhab.core.config.core.dto declared as ConfigDescriptionParameter.TypeConstructors in org.openhab.core.config.core.dto with parameters of type ConfigDescriptionParameter.TypeModifierConstructorDescriptionConfigDescriptionParameterDTO
(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
Constructors in org.openhab.core.io.rest.core.config with parameters of type ConfigDescriptionParameter.TypeModifierConstructorDescriptionEnrichedConfigDescriptionParameterDTO
(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)