Uses of Class
org.openhab.core.thing.type.ChannelDefinition
Packages that use ChannelDefinition
-
Uses of ChannelDefinition in org.openhab.core.thing.type
Methods in org.openhab.core.thing.type that return ChannelDefinitionMethods in org.openhab.core.thing.type that return types with arguments of type ChannelDefinitionModifier and TypeMethodDescriptionChannelGroupType.getChannelDefinitions()Returns the channel definitions thisChannelGroupTypeprovides.ThingType.getChannelDefinitions()Returns the channels thisThingTypeprovides.Method parameters in org.openhab.core.thing.type with type arguments of type ChannelDefinitionModifier and TypeMethodDescriptionChannelGroupTypeBuilder.withChannelDefinitions(List<ChannelDefinition> channelDefinitions) Sets the channels for theChannelGroupTypeThingTypeBuilder.withChannelDefinitions(List<ChannelDefinition> channelDefinitions) Constructors in org.openhab.core.thing.type with parameters of type ChannelDefinitionModifierConstructorDescriptionChannelDefinitionBuilder(ChannelDefinition channelDefinition) Creates a new channel definition builder.