Package org.openhab.core.thing.profiles
Interface StateProfileType
- All Superinterfaces:
Identifiable<ProfileTypeUID>
,ProfileType
Describes a
StateProfile
type.- Author:
- Simon Kaufmann - Initial contribution, Stefan Triller - added getSupportedItemTypesOfChannel method
-
Method Summary
Modifier and TypeMethodDescriptionGet a collection of ItemType names that a Channel needs to support in order to able to use this ProfileTypeMethods inherited from interface org.openhab.core.common.registry.Identifiable
getUID
Methods inherited from interface org.openhab.core.thing.profiles.ProfileType
getLabel, getSupportedItemTypes
-
Method Details
-
getSupportedItemTypesOfChannel
Collection<String> getSupportedItemTypesOfChannel()Get a collection of ItemType names that a Channel needs to support in order to able to use this ProfileType- Returns:
- a collection of supported ItemType names (an empty list means ALL types are supported)
-