Modifier and Type | Method and Description |
---|---|
static WeatherCode |
WeatherCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WeatherCode[] |
WeatherCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WeatherCode |
Weather.Condition.getWeatherCode() |
Modifier and Type | Method and Description |
---|---|
void |
Weather.Condition.setWeatherCode(WeatherCode weatherCode) |
Modifier and Type | Method and Description |
---|---|
WeatherCode |
IWeatherCodeProvider.getWeatherCode(java.lang.String code) |
Modifier and Type | Method and Description |
---|---|
WeatherCode |
ForecastIOCodeProvider.getWeatherCode(java.lang.String weatherCode) |
Modifier and Type | Method and Description |
---|---|
WeatherCode |
OpenweathermapCodeProvider.getWeatherCode(java.lang.String weatherCode) |
Modifier and Type | Method and Description |
---|---|
WeatherCode |
WeatherUndergroundCodeProvider.getWeatherCode(java.lang.String weatherCode) |
Modifier and Type | Method and Description |
---|---|
WeatherCode |
YahooWeatherCodeProvider.getWeatherCode(java.lang.String weatherCode) |