Uses of Class
org.openhab.core.thing.type.ChannelTypeUID
Packages that use ChannelTypeUID
Package
Description
-
Uses of ChannelTypeUID in org.openhab.core.thing
Fields in org.openhab.core.thing declared as ChannelTypeUIDModifier and TypeFieldDescriptionstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_ATMOSPHERIC_HUMIDITYstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_BAROMETRIC_PRESSUREstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_BATTERY_LEVELstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_BRIGHTNESSstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_BUTTONstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_COLORstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_COLOR_TEMPERATUREstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_COLOR_TEMPERATURE_ABSstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_ELECTRIC_CURRENTstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_ELECTRIC_ENERGYstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_ELECTRIC_POWERstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_ELECTRIC_VOLTAGEstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_INDOOR_TEMPERATUREstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_LOCATIONstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_LOW_BATTERYstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_MEDIA_ARTISTstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_MEDIA_CONTROLstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_MEDIA_TITLEstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_MOTIONstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_MUTEstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_OUTDOOR_TEMPERATUREstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_POWERstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_RAWBUTTONstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_RAWROCKERstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_SIGNAL_STRENGTHstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_TRIGGERstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_UV_INDEXstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_VOLUMEstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_WIND_DIRECTIONstatic final ChannelTypeUIDDefaultSystemChannelTypeProvider.SYSTEM_CHANNEL_TYPE_UID_WIND_SPEEDMethods in org.openhab.core.thing that return ChannelTypeUIDModifier and TypeMethodDescription@Nullable ChannelTypeUIDChannel.getChannelTypeUID()Returns the channel type UIDMethods in org.openhab.core.thing with parameters of type ChannelTypeUIDModifier and TypeMethodDescription@Nullable ChannelTypeDefaultSystemChannelTypeProvider.getChannelType(ChannelTypeUID channelTypeUID, @Nullable Locale locale) Constructors in org.openhab.core.thing with parameters of type ChannelTypeUIDModifierConstructorDescriptionprotectedChannel(ChannelUID uid, @Nullable ChannelTypeUID channelTypeUID, @Nullable String acceptedItemType, ChannelKind kind, @Nullable Configuration configuration, Set<String> defaultTags, @Nullable Map<String, String> properties, @Nullable String label, @Nullable String description, @Nullable AutoUpdatePolicy autoUpdatePolicy) Use theChannelBuilderfor building channels. -
Uses of ChannelTypeUID in org.openhab.core.thing.binding
Methods in org.openhab.core.thing.binding with parameters of type ChannelTypeUIDModifier and TypeMethodDescriptionThingHandlerCallback.createChannelBuilder(ChannelUID channelUID, ChannelTypeUID channelTypeUID) Creates aChannelBuilderwhich is preconfigured with values from the givenChannelType.@Nullable ChannelTypeAbstractStorageBasedTypeProvider.getChannelType(ChannelTypeUID channelTypeUID, @Nullable Locale locale) protected @Nullable ConfigDescriptionBaseThingHandler.getConfigDescription(ChannelTypeUID channelTypeUID) Get theConfigDescriptionfor aChannelTypeUID@Nullable ConfigDescriptionThingHandlerCallback.getConfigDescription(ChannelTypeUID channelTypeUID) Get theConfigDescriptionfor aChannelTypeUIDvoidAbstractStorageBasedTypeProvider.removeChannelType(ChannelTypeUID channelTypeUID) Remove aChannelTypefrom the storage -
Uses of ChannelTypeUID in org.openhab.core.thing.binding.builder
Methods in org.openhab.core.thing.binding.builder with parameters of type ChannelTypeUIDModifier and TypeMethodDescriptionChannelBuilder.withType(@Nullable ChannelTypeUID channelTypeUID) -
Uses of ChannelTypeUID in org.openhab.core.thing.i18n
Methods in org.openhab.core.thing.i18n with parameters of type ChannelTypeUIDModifier and TypeMethodDescription@Nullable CommandDescriptionChannelTypeI18nLocalizationService.createLocalizedCommandDescription(org.osgi.framework.Bundle bundle, @Nullable CommandDescription command, ChannelTypeUID channelTypeUID, @Nullable Locale locale) ChannelTypeI18nLocalizationService.createLocalizedCommandOptions(org.osgi.framework.Bundle bundle, List<CommandOption> commandOptions, ChannelTypeUID channelTypeUID, @Nullable Locale locale) @Nullable StateDescriptionFragmentChannelTypeI18nLocalizationService.createLocalizedStateDescriptionFragment(org.osgi.framework.Bundle bundle, @Nullable StateDescription state, ChannelTypeUID channelTypeUID, @Nullable Locale locale) ChannelTypeI18nLocalizationService.createLocalizedStateOptions(org.osgi.framework.Bundle bundle, List<StateOption> stateOptions, ChannelTypeUID channelTypeUID, @Nullable Locale locale) @Nullable StringChannelTypeI18nLocalizationService.createLocalizedStatePattern(org.osgi.framework.Bundle bundle, String pattern, ChannelTypeUID channelTypeUID, @Nullable Locale locale) -
Uses of ChannelTypeUID in org.openhab.core.thing.profiles
Methods in org.openhab.core.thing.profiles that return types with arguments of type ChannelTypeUIDMethods in org.openhab.core.thing.profiles with parameters of type ChannelTypeUIDModifier and TypeMethodDescriptionProfileTypeBuilder.withSupportedChannelTypeUIDs(ChannelTypeUID... channelTypeUIDs) Declare that the given channel type(s) are supported by a profile of this type.Method parameters in org.openhab.core.thing.profiles with type arguments of type ChannelTypeUIDModifier and TypeMethodDescriptionProfileTypeBuilder.withSupportedChannelTypeUIDs(Collection<ChannelTypeUID> channelTypeUIDs) Declare that the given channel type(s) are supported by a profile of this type. -
Uses of ChannelTypeUID in org.openhab.core.thing.type
Methods in org.openhab.core.thing.type that return ChannelTypeUIDModifier and TypeMethodDescriptionChannelDefinition.getChannelTypeUID()Returns the type of the channel.ChannelType.getUID()Methods in org.openhab.core.thing.type with parameters of type ChannelTypeUIDModifier and TypeMethodDescription@Nullable ChannelTypeChannelTypeProvider.getChannelType(ChannelTypeUID channelTypeUID, @Nullable Locale locale) @Nullable ChannelTypeChannelTypeRegistry.getChannelType(@Nullable ChannelTypeUID channelTypeUID) Returns the channel type for the given UID with the defaultLocale.@Nullable ChannelTypeChannelTypeRegistry.getChannelType(@Nullable ChannelTypeUID channelTypeUID, @Nullable Locale locale) Returns the channel type for the given UID and the givenLocale.static StateChannelTypeBuilderChannelTypeBuilder.state(ChannelTypeUID channelTypeUID, String label, String itemType) Create an instance of a ChannelTypeBuilder forChannelTypes of type STATEstatic TriggerChannelTypeBuilderChannelTypeBuilder.trigger(ChannelTypeUID channelTypeUID, String label) Create an instance of a ChannelTypeBuilder forChannelTypes of type TRIGGERConstructors in org.openhab.core.thing.type with parameters of type ChannelTypeUIDModifierConstructorDescriptionChannelDefinitionBuilder(String id, ChannelTypeUID channelTypeUID) Creates a new channel definition builder.protectedChannelType(ChannelTypeUID uid, boolean advanced, @Nullable String itemType, @Nullable String unitHint, ChannelKind kind, String label, @Nullable String description, @Nullable String category, @Nullable Set<String> tags, @Nullable StateDescription state, @Nullable CommandDescription commandDescription, @Nullable EventDescription event, @Nullable URI configDescriptionURI, @Nullable AutoUpdatePolicy autoUpdatePolicy) Creates a new instance of this class with the specified parameters.