Uses of Class
com.oopitis.weather.PrecipitationForm

Packages that use PrecipitationForm
com.oopitis.weather This package provides a common interface for users to access weather information from different data sources, and a skeletal implementation for data providers to quickly set up data access via Java. 
 

Uses of PrecipitationForm in com.oopitis.weather
 

Fields in com.oopitis.weather with type parameters of type PrecipitationForm
static WeatherProperty<PrecipitationForm> WeatherService.PrecipForm
          The form of precipitation.
 

Methods in com.oopitis.weather that return PrecipitationForm
static PrecipitationForm PrecipitationForm.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PrecipitationForm[] PrecipitationForm.values()
          Returns an array containing the constants of this enum type, in the order they are declared.