Uses of Interface
org.openhab.core.types.StateDescriptionFragment
Packages that use StateDescriptionFragment
Package
Description
-
Uses of StateDescriptionFragment in org.openhab.core.thing.events
Methods in org.openhab.core.thing.events with parameters of type StateDescriptionFragmentModifier and TypeMethodDescriptionThingEventFactory.createChannelDescriptionChangedEvent(ChannelUID channelUID, Set<String> linkedItemNames, StateDescriptionFragment stateDescription, @Nullable StateDescriptionFragment oldStateDescription) Creates aChannelDescriptionChangedEventfor a changedStateDescription. -
Uses of StateDescriptionFragment in org.openhab.core.thing.i18n
Methods in org.openhab.core.thing.i18n that return StateDescriptionFragmentModifier and TypeMethodDescription@Nullable StateDescriptionFragmentChannelTypeI18nLocalizationService.createLocalizedStateDescriptionFragment(org.osgi.framework.Bundle bundle, @Nullable StateDescription state, ChannelTypeUID channelTypeUID, @Nullable Locale locale) -
Uses of StateDescriptionFragment in org.openhab.core.thing.type
Methods in org.openhab.core.thing.type with parameters of type StateDescriptionFragmentModifier and TypeMethodDescriptionStateChannelTypeBuilder.withStateDescriptionFragment(@Nullable StateDescriptionFragment stateDescriptionFragment) Sets theStateDescriptionFragmentfor theChannelType -
Uses of StateDescriptionFragment in org.openhab.core.types
Methods in org.openhab.core.types that return StateDescriptionFragmentModifier and TypeMethodDescriptionStateDescriptionFragmentBuilder.build()Builds aStateDescriptionFragmentfrom the values of this builder.@Nullable StateDescriptionFragmentStateDescriptionFragmentProvider.getStateDescriptionFragment(String itemName, @Nullable Locale locale) Returns aStateDescriptionFragmentwith only the parts known by thisStateDescriptionFragmentProvider.Methods in org.openhab.core.types with parameters of type StateDescriptionFragmentModifier and TypeMethodDescriptionStateDescriptionFragmentBuilder.create(StateDescriptionFragment fragment) Creates a builder instance and initializes all fields from the givenStateDescriptionFragment.