Uses of Class
org.apache.camel.component.geocoder.GeoCoderType
-
Packages that use GeoCoderType Package Description org.apache.camel.component.geocoder -
-
Uses of GeoCoderType in org.apache.camel.component.geocoder
Methods in org.apache.camel.component.geocoder that return GeoCoderType Modifier and Type Method Description static GeoCoderType
GeoCoderType. fromValue(String v)
GeoCoderType
GeoCoderEndpoint. getType()
static GeoCoderType
GeoCoderType. valueOf(String name)
Returns the enum constant of this type with the specified name.static GeoCoderType[]
GeoCoderType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.geocoder with parameters of type GeoCoderType Modifier and Type Method Description void
GeoCoderEndpoint. setType(GeoCoderType type)
-