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 Detail

      • getChannelDescription

        EnOceanChannelDescription getChannelDescription​(java.lang.String channelId)
        Retrieves a EnOceanChannelDescription 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.