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

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

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

Methods in com.github.fedy2.weather.binding.adapter that return BarometricPressureState
 BarometricPressureState BarometricPressureStateAdapter.unmarshal(Integer v)
          
 

Methods in com.github.fedy2.weather.binding.adapter with parameters of type BarometricPressureState
 Integer BarometricPressureStateAdapter.marshal(BarometricPressureState v)
          
 

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

Methods in com.github.fedy2.weather.data that return BarometricPressureState
 BarometricPressureState Atmosphere.getRising()
          Returns the state of the barometric pressure.
 

Constructors in com.github.fedy2.weather.data with parameters of type BarometricPressureState
Atmosphere(Integer humidity, Float visibility, Float pressure, BarometricPressureState rising)
           
 

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

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



Copyright © 2013. All rights reserved.