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 theEnOceanChannelDescription
objects it documents.- Version:
- 1.0
- Author:
- $Id: 676fb12abd7e2f03d3ab5e448636877e08be32c8 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnOceanChannelDescription
getChannelDescription(java.lang.String channelId)
Retrieves aEnOceanChannelDescription
object according to its identifier.
-
-
-
Method Detail
-
getChannelDescription
EnOceanChannelDescription getChannelDescription(java.lang.String channelId)
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:
java.lang.IllegalArgumentException
- if the supplied String is invalid, null, or other reason.
-
-