public static enum BaseAllocator.Verbosity extends Enum<BaseAllocator.Verbosity>
Enum Constant and Description |
---|
BASIC |
LOG |
LOG_WITH_STACKTRACE |
Modifier and Type | Field and Description |
---|---|
boolean |
includeHistoricalLog |
boolean |
includeStackTraces |
Modifier and Type | Method and Description |
---|---|
static BaseAllocator.Verbosity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseAllocator.Verbosity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseAllocator.Verbosity BASIC
public static final BaseAllocator.Verbosity LOG
public static final BaseAllocator.Verbosity LOG_WITH_STACKTRACE
public final boolean includeHistoricalLog
public final boolean includeStackTraces
public static BaseAllocator.Verbosity[] values()
for (BaseAllocator.Verbosity c : BaseAllocator.Verbosity.values()) System.out.println(c);
public static BaseAllocator.Verbosity 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 © 1970 The Apache Software Foundation. All rights reserved.