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

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

Methods in org.apache.camel.component.weather that return WeatherMode
 WeatherMode WeatherConfiguration.getMode()
           
static WeatherMode WeatherMode.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
 void WeatherConfiguration.setMode(WeatherMode mode)
           
 



Apache Camel