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

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

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

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

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

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

Methods in com.github.fedy2.weather.data that return PressureUnit
 PressureUnit Units.getPressure()
          Returns the units of barometric pressure.
 

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

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

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



Copyright © 2013. All rights reserved.