public static enum GeocoderContext.LibraryLoaderStrategy extends Enum<GeocoderContext.LibraryLoaderStrategy>
Enum Constant and Description |
---|
LIB_FIRST_FOUND |
LIB_FIRST_FOUND_EXT_URL_CLASSLOADER |
LIB_HIGHEST_VERSION |
LIB_LOAD_ALL |
Modifier and Type | Method and Description |
---|---|
static GeocoderContext.LibraryLoaderStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeocoderContext.LibraryLoaderStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeocoderContext.LibraryLoaderStrategy LIB_FIRST_FOUND
public static final GeocoderContext.LibraryLoaderStrategy LIB_HIGHEST_VERSION
public static final GeocoderContext.LibraryLoaderStrategy LIB_LOAD_ALL
public static final GeocoderContext.LibraryLoaderStrategy LIB_FIRST_FOUND_EXT_URL_CLASSLOADER
public static GeocoderContext.LibraryLoaderStrategy[] values()
for (GeocoderContext.LibraryLoaderStrategy c : GeocoderContext.LibraryLoaderStrategy.values()) System.out.println(c);
public static GeocoderContext.LibraryLoaderStrategy 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 nullCopyright © 2024. All rights reserved.