Uses of Enum Class
org.openhab.core.thing.events.ChannelDescriptionChangedEvent.CommonChannelDescriptionField
-
Uses of ChannelDescriptionChangedEvent.CommonChannelDescriptionField in org.openhab.core.thing.events
Modifier and TypeFieldDescriptionThingEventFactory.ChannelDescriptionChangedEventPayloadBean.field
Modifier 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.ModifierConstructorDescriptionprotected
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)