Interface EnOceanChannelDescriptionSet
public interface EnOceanChannelDescriptionSet
This interface represents an EnOcean Channel Description Set.
EnOceanChannelDescriptionSet
is registered as an OSGi Service.
Provides a method to retrieve the EnOceanChannelDescription
objects
it documents.-
Method Summary
Modifier and TypeMethodDescriptiongetChannelDescription
(String channelId) Retrieves aEnOceanChannelDescription
object according to its identifier.
-
Method Details
-
getChannelDescription
Retrieves aEnOceanChannelDescription
object according to its identifier.- Parameters:
channelId
- the unique string identifier of the description object.- Returns:
- The corresponding
EnOceanChannelDescription
object, or null. - Throws:
IllegalArgumentException
- if the supplied String is invalid, null, or other reason.
-