Uses of Class
org.openhab.core.thing.UID
Packages that use UID
Package
Description
-
Uses of UID in org.openhab.core.thing
Subclasses of UID in org.openhab.core.thingModifier and TypeClassDescriptionclass
ChannelGroupUID
represents a unique identifier for channel groups.class
ChannelUID
represents a unique identifier for channels.class
ThingTypeUID
represents a unique identifier for thing types.class
ThingUID
represents a unique identifier for things. -
Uses of UID in org.openhab.core.thing.link
Methods in org.openhab.core.thing.link that return UIDModifier and TypeMethodDescriptionabstract UID
AbstractLink.getLinkedUID()
Returns the UID of the object, which is linked to the item.Methods in org.openhab.core.thing.link with parameters of type UIDModifier and TypeMethodDescriptionstatic String
Returns the link ID for a given item name and UIDAbstractLinkRegistry.getLinkedItemNames
(UID uid) Returns the item names, which are bound to the given UID.ItemChannelLinkRegistry.getLinkedItemNames
(UID uid) ItemChannelLinkRegistry.getLinkedItems
(UID uid) Returns a set of bound items for the given channel UID.Returns all links for a given UID.boolean
Returns if an item for a given item name is linked to a channel or thing for a given UID.boolean
Returns if a link for the given UID exists. -
Uses of UID in org.openhab.core.thing.profiles
Subclasses of UID in org.openhab.core.thing.profiles -
Uses of UID in org.openhab.core.thing.type
Subclasses of UID in org.openhab.core.thing.typeModifier and TypeClassDescriptionclass
TheChannelGroupTypeUID
represents a unique identifier for channel group types.class
TheChannelTypeUID
represents a unique identifier for channel types.Methods in org.openhab.core.thing.type that return UIDModifier and TypeMethodDescriptionAbstractDescriptionType.getUID()
Returns the unique identifier which identifies the according type within the overall system.Constructors in org.openhab.core.thing.type with parameters of type UIDModifierConstructorDescriptionAbstractDescriptionType
(UID uid, String label, @Nullable String description, @Nullable URI configDescriptionURI) Creates a new instance of this class with the specified parameters.