Enum Class ConfigDescriptionParameter.Type

java.lang.Object
java.lang.Enum<ConfigDescriptionParameter.Type>
org.openhab.core.config.core.ConfigDescriptionParameter.Type
All Implemented Interfaces:
Serializable, Comparable<ConfigDescriptionParameter.Type>, Constable
Enclosing class:
ConfigDescriptionParameter

public static enum ConfigDescriptionParameter.Type extends Enum<ConfigDescriptionParameter.Type>
The ConfigDescriptionParameter.Type defines an enumeration of all supported data types a configuration parameter can take.
Author:
Michael Grammling - Initial contribution