Package | Description |
---|---|
org.apache.camel.component.weather |
Modifier and Type | Method and Description |
---|---|
WeatherApi |
WeatherConfiguration.getWeatherApi() |
static WeatherApi |
WeatherApi.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeatherApi[] |
WeatherApi.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WeatherConfiguration.setWeatherApi(WeatherApi weatherApi)
The API to be use (current, forecast/3 hour, forecast daily, station)
|
Apache Camel