Interface EnOceanEnumChannelDescription
-
- All Superinterfaces:
EnOceanChannelDescription
public interface EnOceanEnumChannelDescription extends EnOceanChannelDescription
Subinterface ofEnOceanChannelDescription
that describes enumerated channels.- Version:
- 1.0
- Author:
- $Id: 07437df42131bfcd8970e4cb65f1820e3ae7f96d $
-
-
Field Summary
-
Fields inherited from interface org.osgi.service.enocean.descriptions.EnOceanChannelDescription
CHANNEL_ID, TYPE_DATA, TYPE_ENUM, TYPE_FLAG, TYPE_RAW
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnOceanChannelEnumValue[]
getPossibleValues()
Gets all the possible value for this channel.-
Methods inherited from interface org.osgi.service.enocean.descriptions.EnOceanChannelDescription
deserialize, getType, serialize
-
-
-
-
Method Detail
-
getPossibleValues
EnOceanChannelEnumValue[] getPossibleValues()
Gets all the possible value for this channel.- Returns:
- corresponding value(s).
-
-