Interface EnOceanChannelEnumValue


public interface EnOceanChannelEnumValue
This transitional interface is used to define all the possible values taken by an enumerated channel.
  • Method Summary

    Modifier and Type
    Method
    Description
    A non-mandatory description of what this enumerated value is about.
    int
    The start value of the enumeration.
    int
    The stop value of the enumeration.
  • Method Details

    • getStart

      int getStart()
      The start value of the enumeration.
      Returns:
      the start value.
    • getStop

      int getStop()
      The stop value of the enumeration.
      Returns:
      the stop value.
    • getDescription

      String getDescription()
      A non-mandatory description of what this enumerated value is about.
      Returns:
      the description of this channel.