Uses of Class
com.sun.syndication.feed.module.yahooweather.types.Atmosphere.PressureChange

Packages that use Atmosphere.PressureChange
com.sun.syndication.feed.module.yahooweather.types This package contains data types use with the YWeatherModules. 
 

Uses of Atmosphere.PressureChange in com.sun.syndication.feed.module.yahooweather.types
 

Fields in com.sun.syndication.feed.module.yahooweather.types declared as Atmosphere.PressureChange
static Atmosphere.PressureChange Atmosphere.PressureChange.FALLING
           
static Atmosphere.PressureChange Atmosphere.PressureChange.RISING
           
static Atmosphere.PressureChange Atmosphere.PressureChange.STEADY
           
 

Methods in com.sun.syndication.feed.module.yahooweather.types that return Atmosphere.PressureChange
static Atmosphere.PressureChange Atmosphere.PressureChange.fromCode(int code)
          Gets a PressureChange instance for this int code.
 Atmosphere.PressureChange Atmosphere.getChange()
          Change in pressure
 

Methods in com.sun.syndication.feed.module.yahooweather.types with parameters of type Atmosphere.PressureChange
 void Atmosphere.setChange(Atmosphere.PressureChange change)
          Change in pressure
 

Constructors in com.sun.syndication.feed.module.yahooweather.types with parameters of type Atmosphere.PressureChange
Atmosphere(int humidity, double visibility, double pressure, Atmosphere.PressureChange change)
          Constructs a new Atmosphere object
 



Copyright © 2006-2009. All Rights Reserved.