public static enum MeridianLogger.Feature extends java.lang.Enum<MeridianLogger.Feature>
Enum Constant and Description |
---|
CAMPAIGNS |
DEBUG_REPORTS |
DIRECTIONS |
INTERNAL |
LOCATION |
LOCATION_SHARING |
MAPS |
OPENGL |
REQUESTS |
SEARCH |
TAGS |
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled() |
static MeridianLogger.Feature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MeridianLogger.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MeridianLogger.Feature DIRECTIONS
public static final MeridianLogger.Feature CAMPAIGNS
public static final MeridianLogger.Feature MAPS
public static final MeridianLogger.Feature REQUESTS
public static final MeridianLogger.Feature LOCATION
public static final MeridianLogger.Feature OPENGL
public static final MeridianLogger.Feature SEARCH
public static final MeridianLogger.Feature DEBUG_REPORTS
public static final MeridianLogger.Feature LOCATION_SHARING
public static final MeridianLogger.Feature TAGS
public static final MeridianLogger.Feature INTERNAL
public static MeridianLogger.Feature[] values()
for (MeridianLogger.Feature c : MeridianLogger.Feature.values()) System.out.println(c);
public static MeridianLogger.Feature valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic boolean isEnabled()