public interface EnOceanChannelDescriptionSet
EnOceanChannelDescriptionSet
is registered as an OSGi Service.
Provides a method to retrieve the EnOceanChannelDescription
objects
it documents.Modifier and Type | Method and Description |
---|---|
EnOceanChannelDescription |
getChannelDescription(String channelId)
Retrieves a
EnOceanChannelDescription object according to its
identifier. |
EnOceanChannelDescription getChannelDescription(String channelId)
EnOceanChannelDescription
object according to its
identifier.channelId
- the unique string identifier of the description object.EnOceanChannelDescription
object, or
null.IllegalArgumentException
- if the supplied String is invalid, null,
or other reason.Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0