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.- Version:
- 1.0
- Author:
- $Id: 676fb12abd7e2f03d3ab5e448636877e08be32c8 $
-
Method Summary
Modifier and TypeMethodDescriptiongetChannelDescription(String channelId) Retrieves aEnOceanChannelDescriptionobject according to its identifier.
-
Method Details
-
getChannelDescription
Retrieves aEnOceanChannelDescriptionobject according to its identifier.- Parameters:
channelId- the unique string identifier of the description object.- Returns:
- The corresponding
EnOceanChannelDescriptionobject, or null. - Throws:
IllegalArgumentException- if the supplied String is invalid, null, or other reason.
-