Interface EnOceanChannelEnumValue
public interface EnOceanChannelEnumValue
This transitional interface is used to define all the possible values taken
by an enumerated channel.
-
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.
-