public enum StatsUsageType extends Enum<StatsUsageType>
Enum Constant and Description |
---|
ADDRESSPARSER |
FULLTEXT |
GEOCODING |
GEOLOC |
REVERSEGEOCODING |
STREET |
Modifier and Type | Method and Description |
---|---|
static StatsUsageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatsUsageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatsUsageType GEOLOC
public static final StatsUsageType FULLTEXT
public static final StatsUsageType STREET
public static final StatsUsageType GEOCODING
public static final StatsUsageType ADDRESSPARSER
public static final StatsUsageType REVERSEGEOCODING
public static StatsUsageType[] values()
for (StatsUsageType c : StatsUsageType.values()) System.out.println(c);
public static StatsUsageType 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 © 2015. All rights reserved.