public static enum GeoCoderEndpointBuilderFactory.GeoCoderType extends Enum<GeoCoderEndpointBuilderFactory.GeoCoderType>
org.apache.camel.component.geocoder.GeoCoderType enum.| Modifier and Type | Method and Description |
|---|---|
static GeoCoderEndpointBuilderFactory.GeoCoderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoCoderEndpointBuilderFactory.GeoCoderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoCoderEndpointBuilderFactory.GeoCoderType NOMINATIM
public static final GeoCoderEndpointBuilderFactory.GeoCoderType GOOGLE
public static GeoCoderEndpointBuilderFactory.GeoCoderType[] values()
for (GeoCoderEndpointBuilderFactory.GeoCoderType c : GeoCoderEndpointBuilderFactory.GeoCoderType.values()) System.out.println(c);
public static GeoCoderEndpointBuilderFactory.GeoCoderType 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