1-Wire Weather Service for Java -- Server API

Uses of Class
wxservice.sensor.data.Precipitation.Interval

Packages that use Precipitation.Interval
wxservice.sensor.data Sensor data objects collect and process data received from sensor tasks via IDataExchange
 

Uses of Precipitation.Interval in wxservice.sensor.data
 

Fields in wxservice.sensor.data declared as Precipitation.Interval
(package private)  Precipitation.Interval Precipitation.m_interval
          Sample interval enum has all of the update parameters.
 

Methods in wxservice.sensor.data that return Precipitation.Interval
static Precipitation.Interval Precipitation.Interval.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Precipitation.Interval[] Precipitation.Interval.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Copyright © 2005-2007 Karl Uppiano