public static enum BaseAllocator.Verbosity extends Enum<BaseAllocator.Verbosity>
| 列挙型定数と説明 |
|---|
BASIC |
LOG |
LOG_WITH_STACKTRACE |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
boolean |
includeHistoricalLog |
boolean |
includeStackTraces |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static BaseAllocator.Verbosity |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static BaseAllocator.Verbosity[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
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 - 返される列挙型定数の名前。IllegalArgumentException - この列挙型に、指定した名前の定数がない場合NullPointerException - 引数がnullの場合Copyright © 2018 The Apache Software Foundation. All rights reserved.