javax.microedition.sensor
Class TemperatureChannelInfo

java.lang.Object
  extended by javax.microedition.sensor.NXTChannelInfo
      extended by javax.microedition.sensor.TemperatureChannelInfo
All Implemented Interfaces:
ChannelInfo

public class TemperatureChannelInfo
extends NXTChannelInfo

ChannelInfo for Lego light sensor

Author:
Lawrie Griffiths

Field Summary
 
Fields inherited from interface javax.microedition.sensor.ChannelInfo
TYPE_DOUBLE, TYPE_INT, TYPE_OBJECT
 
Constructor Summary
TemperatureChannelInfo()
           
 
Method Summary
 MeasurementRange[] getMeasurementRanges()
           
 String getName()
           
 Unit getUnit()
           
 
Methods inherited from class javax.microedition.sensor.NXTChannelInfo
getAccuracy, getDataLength, getDataType, getOffset, getRegister, getScale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemperatureChannelInfo

public TemperatureChannelInfo()
Method Detail

getMeasurementRanges

public MeasurementRange[] getMeasurementRanges()

getName

public String getName()

getUnit

public Unit getUnit()
Specified by:
getUnit in interface ChannelInfo
Overrides:
getUnit in class NXTChannelInfo