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

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

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

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

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

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

Methods in com.github.fedy2.weather.data that return DistanceUnit
 DistanceUnit Units.getDistance()
          Returns the distance unit.
 

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

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

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



Copyright © 2013. All rights reserved.