Package org.openhab.core.types
Class EventOption
java.lang.Object
org.openhab.core.types.EventOption
Describes one possible value an event might have.
- Author:
- Moritz Kammerer - Initial contribution
-
Constructor Summary
ConstructorsConstructorDescriptionEventOption(@Nullable String value, @Nullable String label) Creates anEventOptionobject. -
Method Summary
-
Constructor Details
-
EventOption
Creates anEventOptionobject.- Parameters:
value- value of the eventlabel- label- Throws:
IllegalArgumentException- if value is null
-
-
Method Details