Package org.openhab.core.types
Class StateOption
java.lang.Object
org.openhab.core.types.StateOption
Describes one possible value an item might have.
- Author:
- Dennis Nobel - Initial contribution
-
Constructor Summary
ConstructorDescriptionStateOption
(String value, @Nullable String label) Creates aStateOption
object. -
Method Summary
-
Constructor Details
-
StateOption
Creates aStateOption
object.- Parameters:
value
- the value of the itemlabel
- label
-
-
Method Details