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 anEventOption
object. -
Method Summary
-
Constructor Details
-
EventOption
Creates anEventOption
object.- Parameters:
value
- value of the eventlabel
- label- Throws:
IllegalArgumentException
- if value is null
-
-
Method Details