| 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 |
|---|---|
PressureUnit |
PressureUnitAdapter.unmarshal(String v) |
| Modifier and Type | Method and Description |
|---|---|
String |
PressureUnitAdapter.marshal(PressureUnit v) |
| Modifier and Type | Method and Description |
|---|---|
PressureUnit |
Units.getPressure()
Returns the units of barometric pressure.
|
| Constructor and Description |
|---|
Units(DegreeUnit temperature,
DistanceUnit distance,
PressureUnit pressure,
SpeedUnit speed) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2016. All rights reserved.