| Package | Description |
|---|---|
| com.github.fedy2.weather | |
| com.github.fedy2.weather.binding.adapter | |
| com.github.fedy2.weather.data | |
| com.github.fedy2.weather.data.unit |
| Modifier and Type | Method and Description |
|---|---|
Channel |
YahooWeatherService.getForecast(String woeid,
DegreeUnit unit)
Gets the Weather RSS feed.
|
YahooWeatherService.LimitDeclaration |
YahooWeatherService.getForecastForLocation(String location,
DegreeUnit unit)
Gets the Weather RSS feed for the specified location.
|
QueryBuilder |
QueryBuilder.unit(DegreeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
DegreeUnit |
DegreeUnitAdapter.unmarshal(String v) |
| Modifier and Type | Method and Description |
|---|---|
String |
DegreeUnitAdapter.marshal(DegreeUnit v) |
| Modifier and Type | Method and Description |
|---|---|
DegreeUnit |
Units.getTemperature()
Returns the temperature unit.
|
| Constructor and Description |
|---|
Units(DegreeUnit temperature,
DistanceUnit distance,
PressureUnit pressure,
SpeedUnit speed) |
| Modifier and Type | Method and Description |
|---|---|
static DegreeUnit |
DegreeUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DegreeUnit[] |
DegreeUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.