Interface EnOceanEnumChannelDescription
- All Superinterfaces:
EnOceanChannelDescription
Subinterface of
EnOceanChannelDescription
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
Modifier and TypeMethodDescriptionGets all the possible value for this channel.Methods inherited from interface org.osgi.service.enocean.descriptions.EnOceanChannelDescription
deserialize, getType, serialize
-
Method Details
-
getPossibleValues
EnOceanChannelEnumValue[] getPossibleValues()Gets all the possible value for this channel.- Returns:
- corresponding value(s).
-