Class EventOption

java.lang.Object
org.openhab.core.types.EventOption

public final class EventOption extends Object
Describes one possible value an event might have.
Author:
Moritz Kammerer - Initial contribution
  • Constructor Details

  • Method Details

    • getLabel

      public String getLabel()
      Returns the label (can be null).
      Returns:
      label (can be null)
    • getValue

      public String getValue()
      Returns the value (can not be null).
      Returns:
      value (can not be null)
    • toString

      public String toString()
      Overrides:
      toString in class Object