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 GeoCoderTypeGeoCoderType. fromValue(String v)GeoCoderTypeGeoCoderEndpoint. getType()static GeoCoderTypeGeoCoderType. 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 voidGeoCoderEndpoint. setType(GeoCoderType type)
-