Uses of Class
org.apache.camel.component.weather.WeatherUnits

Uses of WeatherUnits in org.apache.camel.component.weather
 

Methods in org.apache.camel.component.weather that return WeatherUnits
 WeatherUnits WeatherConfiguration.getUnits()
           
static WeatherUnits WeatherUnits.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
 void WeatherConfiguration.setUnits(WeatherUnits units)
           
 



Apache Camel