IMetricCollector.MetricCollectionLevel
public
static
final
enum
IMetricCollector.MetricCollectionLevel
extends Enum<IMetricCollector.MetricCollectionLevel>
| java.lang.Object | ||
| ↳ | java.lang.Enum<com.android.tradefed.device.metric.IMetricCollector.MetricCollectionLevel> | |
| ↳ | com.android.tradefed.device.metric.IMetricCollector.MetricCollectionLevel | |
현재 측정항목 수집 수준을 나타내는 열거형입니다.
요약
Enum 값 | |
|---|---|
IMetricCollector.MetricCollectionLevel |
MODULE
|
IMetricCollector.MetricCollectionLevel |
NULL
|
IMetricCollector.MetricCollectionLevel |
TEST_CASE
|
IMetricCollector.MetricCollectionLevel |
TEST_RUN
|
공개 메서드 | |
|---|---|
static
IMetricCollector.MetricCollectionLevel
|
valueOf(String name)
|
static
final
MetricCollectionLevel[]
|
values()
|
Enum 값
공개 메서드
valueOf
public static IMetricCollector.MetricCollectionLevel valueOf (String name)
| 매개변수 | |
|---|---|
name |
String |
| 반환 | |
|---|---|
IMetricCollector.MetricCollectionLevel |
|