| 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 |
|---|---|
SpeedUnit |
SpeedUnitAdapter.unmarshal(String v) |
| Modifier and Type | Method and Description |
|---|---|
String |
SpeedUnitAdapter.marshal(SpeedUnit v) |
| Modifier and Type | Method and Description |
|---|---|
SpeedUnit |
Units.getSpeed()
Returns the units of speed.
|
| Constructor and Description |
|---|
Units(DegreeUnit temperature,
DistanceUnit distance,
PressureUnit pressure,
SpeedUnit speed) |
| Modifier and Type | Method and Description |
|---|---|
static SpeedUnit |
SpeedUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpeedUnit[] |
SpeedUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.