Uses of Enum Class
org.openhab.core.thing.events.ChannelDescriptionChangedEvent.CommonChannelDescriptionField
Packages that use ChannelDescriptionChangedEvent.CommonChannelDescriptionField
-
Uses of ChannelDescriptionChangedEvent.CommonChannelDescriptionField in org.openhab.core.thing.events
Fields in org.openhab.core.thing.events declared as ChannelDescriptionChangedEvent.CommonChannelDescriptionFieldModifier and TypeFieldDescriptionThingEventFactory.ChannelDescriptionChangedEventPayloadBean.field
Methods in org.openhab.core.thing.events that return ChannelDescriptionChangedEvent.CommonChannelDescriptionFieldModifier and TypeMethodDescriptionChannelDescriptionChangedEvent.getField()
Gets the changed field.Returns the enum constant of this class with the specified name.ChannelDescriptionChangedEvent.CommonChannelDescriptionField.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openhab.core.thing.events with parameters of type ChannelDescriptionChangedEvent.CommonChannelDescriptionFieldModifierConstructorDescriptionprotected
ChannelDescriptionChangedEvent
(String topic, String payload, ChannelDescriptionChangedEvent.CommonChannelDescriptionField field, ChannelUID channelUID, Set<String> linkedItemNames, String value, @Nullable String oldValue) Creates a new instance.ChannelDescriptionChangedEventPayloadBean
(ChannelDescriptionChangedEvent.CommonChannelDescriptionField field, String channelUID, Set<String> linkedItemNames, String value, @Nullable String oldValue)