public static enum WeatherEndpointBuilderFactory.WeatherMode extends Enum<WeatherEndpointBuilderFactory.WeatherMode>
org.apache.camel.component.weather.WeatherMode enum.| Modifier and Type | Method and Description |
|---|---|
static WeatherEndpointBuilderFactory.WeatherMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeatherEndpointBuilderFactory.WeatherMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WeatherEndpointBuilderFactory.WeatherMode HTML
public static final WeatherEndpointBuilderFactory.WeatherMode JSON
public static final WeatherEndpointBuilderFactory.WeatherMode XML
public static WeatherEndpointBuilderFactory.WeatherMode[] values()
for (WeatherEndpointBuilderFactory.WeatherMode c : WeatherEndpointBuilderFactory.WeatherMode.values()) System.out.println(c);
public static WeatherEndpointBuilderFactory.WeatherMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullApache Camel