Interface EnOceanChannelEnumValue
-
public interface EnOceanChannelEnumValue
This transitional interface is used to define all the possible values taken by an enumerated channel.- Version:
- 1.0
- Author:
- $Id: d5ab88f8ad73dc7163776e6882f48ba67e827a3a $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDescription()
A non-mandatory description of what this enumerated value is about.int
getStart()
The start value of the enumeration.int
getStop()
The stop value of the enumeration.
-
-
-
Method Detail
-
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
java.lang.String getDescription()
A non-mandatory description of what this enumerated value is about.- Returns:
- the description of this channel.
-
-