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