Uses of Enum Class
org.openhab.core.config.core.dto.XmlParameterType
Packages that use XmlParameterType
-
Uses of XmlParameterType in org.openhab.core.config.core.dto
Fields in org.openhab.core.config.core.dto declared as XmlParameterTypeMethods in org.openhab.core.config.core.dto that return XmlParameterTypeModifier and TypeMethodDescriptionstatic XmlParameterTypeXmlParameter.getType()Gets the value of the type property.static XmlParameterTypeReturns the enum constant of this class with the specified name.static XmlParameterType[]XmlParameterType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openhab.core.config.core.dto with parameters of type XmlParameterTypeModifier and TypeMethodDescriptionvoidXmlParameter.setType(XmlParameterType value) Sets the value of the type property.