| 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 |
|---|---|
WeekDay |
WeekDayAdapter.unmarshal(String v) |
| Modifier and Type | Method and Description |
|---|---|
String |
WeekDayAdapter.marshal(WeekDay v) |
| Modifier and Type | Method and Description |
|---|---|
WeekDay |
Forecast.getDay()
Returns the day of the week to which this forecast applies.
|
| Constructor and Description |
|---|
Forecast(WeekDay day,
Date date,
int low,
int high,
String text,
int code) |
| Modifier and Type | Method and Description |
|---|---|
static WeekDay |
WeekDay.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeekDay[] |
WeekDay.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.