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