Uses of Class
org.apache.camel.component.weather.WeatherUnits
-
Packages that use WeatherUnits Package Description org.apache.camel.component.weather -
-
Uses of WeatherUnits in org.apache.camel.component.weather
Methods in org.apache.camel.component.weather that return WeatherUnits Modifier and Type Method Description WeatherUnitsWeatherConfiguration. getUnits()static WeatherUnitsWeatherUnits. valueOf(String name)Returns the enum constant of this type with the specified name.static WeatherUnits[]WeatherUnits. 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 WeatherUnits Modifier and Type Method Description voidWeatherConfiguration. setUnits(WeatherUnits units)The units for temperature measurement.
-