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

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

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

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

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

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

Methods in com.github.fedy2.weather.data that return SpeedUnit
 SpeedUnit Units.getSpeed()
          Returns the units of speed.
 

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

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

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



Copyright © 2013. All rights reserved.