Uses of Class
org.apache.camel.component.weather.WeatherMode
-
Packages that use WeatherMode Package Description org.apache.camel.component.weather -
-
Uses of WeatherMode in org.apache.camel.component.weather
Methods in org.apache.camel.component.weather that return WeatherMode Modifier and Type Method Description WeatherModeWeatherConfiguration. getMode()static WeatherModeWeatherMode. valueOf(String name)Returns the enum constant of this type with the specified name.static WeatherMode[]WeatherMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.weather with parameters of type WeatherMode Modifier and Type Method Description voidWeatherConfiguration. setMode(WeatherMode mode)The output format of the weather data.
-