Uses of Class
com.github.fedy2.weather.data.unit.DegreeUnit

Packages that use DegreeUnit
com.github.fedy2.weather   
com.github.fedy2.weather.binding.adapter   
com.github.fedy2.weather.data   
com.github.fedy2.weather.data.unit   
 

Uses of DegreeUnit in com.github.fedy2.weather
 

Methods in com.github.fedy2.weather with parameters of type DegreeUnit
 Channel YahooWeatherService.getForecast(String woeid, DegreeUnit unit)
          Gets the Weather RSS feed.
 

Uses of DegreeUnit in com.github.fedy2.weather.binding.adapter
 

Methods in com.github.fedy2.weather.binding.adapter that return DegreeUnit
 DegreeUnit DegreeUnitAdapter.unmarshal(String v)
          
 

Methods in com.github.fedy2.weather.binding.adapter with parameters of type DegreeUnit
 String DegreeUnitAdapter.marshal(DegreeUnit v)
          
 

Uses of DegreeUnit in com.github.fedy2.weather.data
 

Methods in com.github.fedy2.weather.data that return DegreeUnit
 DegreeUnit Units.getTemperature()
          Returns the temperature unit.
 

Constructors in com.github.fedy2.weather.data with parameters of type DegreeUnit
Units(DegreeUnit temperature, DistanceUnit distance, PressureUnit pressure, SpeedUnit speed)
           
 

Uses of DegreeUnit in com.github.fedy2.weather.data.unit
 

Methods in com.github.fedy2.weather.data.unit that return DegreeUnit
static DegreeUnit DegreeUnit.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DegreeUnit[] DegreeUnit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013. All rights reserved.