| Package | Description |
|---|---|
| com.github.fedy2.weather.binding.adapter | |
| com.github.fedy2.weather.data | |
| com.github.fedy2.weather.data.unit |
| Modifier and Type | Method and Description |
|---|---|
BarometricPressureState |
BarometricPressureStateAdapter.unmarshal(Integer v) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
BarometricPressureStateAdapter.marshal(BarometricPressureState v) |
| Modifier and Type | Method and Description |
|---|---|
BarometricPressureState |
Atmosphere.getRising()
Returns the state of the barometric pressure.
|
| Constructor and Description |
|---|
Atmosphere(Integer humidity,
Float visibility,
Float pressure,
BarometricPressureState rising) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2016. All rights reserved.