Interface EnOceanChannelDescriptionSet
-
public interface EnOceanChannelDescriptionSetThis interface represents an EnOcean Channel Description Set.EnOceanChannelDescriptionSetis registered as an OSGi Service. Provides a method to retrieve theEnOceanChannelDescriptionobjects it documents.- Version:
- 1.0
- Author:
- $Id: 676fb12abd7e2f03d3ab5e448636877e08be32c8 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnOceanChannelDescriptiongetChannelDescription(java.lang.String channelId)Retrieves aEnOceanChannelDescriptionobject according to its identifier.
-
-
-
Method Detail
-
getChannelDescription
EnOceanChannelDescription getChannelDescription(java.lang.String channelId)
Retrieves aEnOceanChannelDescriptionobject according to its identifier.- Parameters:
channelId- the unique string identifier of the description object.- Returns:
- The corresponding
EnOceanChannelDescriptionobject, or null. - Throws:
java.lang.IllegalArgumentException- if the supplied String is invalid, null, or other reason.
-
-