Uses of Class
org.openhab.core.thing.type.ChannelGroupType
Packages that use ChannelGroupType
Package
Description
-
Uses of ChannelGroupType in org.openhab.core.thing.binding
Methods in org.openhab.core.thing.binding that return ChannelGroupTypeModifier and TypeMethodDescription@Nullable ChannelGroupTypeAbstractStorageBasedTypeProvider.getChannelGroupType(ChannelGroupTypeUID channelGroupTypeUID, @Nullable Locale locale) Methods in org.openhab.core.thing.binding that return types with arguments of type ChannelGroupTypeModifier and TypeMethodDescriptionAbstractStorageBasedTypeProvider.getChannelGroupTypes(@Nullable Locale locale) Methods in org.openhab.core.thing.binding with parameters of type ChannelGroupTypeModifier and TypeMethodDescriptionvoidAbstractStorageBasedTypeProvider.putChannelGroupType(ChannelGroupType channelGroupType) Add or update aChannelGroupTypeto the storage -
Uses of ChannelGroupType in org.openhab.core.thing.i18n
Methods in org.openhab.core.thing.i18n that return ChannelGroupTypeModifier and TypeMethodDescriptionChannelGroupTypeI18nLocalizationService.createLocalizedChannelGroupType(org.osgi.framework.Bundle bundle, ChannelGroupType channelGroupType, @Nullable Locale locale) Methods in org.openhab.core.thing.i18n with parameters of type ChannelGroupTypeModifier and TypeMethodDescriptionChannelGroupTypeI18nLocalizationService.createLocalizedChannelGroupType(org.osgi.framework.Bundle bundle, ChannelGroupType channelGroupType, @Nullable Locale locale) -
Uses of ChannelGroupType in org.openhab.core.thing.type
Methods in org.openhab.core.thing.type that return ChannelGroupTypeModifier and TypeMethodDescriptionChannelGroupTypeBuilder.build()Build theChannelGroupTypewith the given values@Nullable ChannelGroupTypeChannelGroupTypeProvider.getChannelGroupType(ChannelGroupTypeUID channelGroupTypeUID, @Nullable Locale locale) @Nullable ChannelGroupTypeChannelGroupTypeRegistry.getChannelGroupType(@Nullable ChannelGroupTypeUID channelGroupTypeUID) Returns the channel group type for the given UID with the defaultLocale.@Nullable ChannelGroupTypeChannelGroupTypeRegistry.getChannelGroupType(@Nullable ChannelGroupTypeUID channelGroupTypeUID, @Nullable Locale locale) Returns the channel group type for the given UID and the givenLocale.Methods in org.openhab.core.thing.type that return types with arguments of type ChannelGroupTypeModifier and TypeMethodDescriptionChannelGroupTypeProvider.getChannelGroupTypes(@Nullable Locale locale) ChannelGroupTypeRegistry.getChannelGroupTypes()Returns all channel group types with the defaultLocale.ChannelGroupTypeRegistry.getChannelGroupTypes(@Nullable Locale locale) Returns all channel group types for the givenLocale.