ClientData.HprofData.Type
public
static
final
enum
ClientData.HprofData.Type
extends Enum<ClientData.HprofData.Type>
| java.lang.Object | ||
| ↳ | java.lang.Enum<com.android.tradefed.device.server.ClientData.HprofData.Type> | |
| ↳ | com.android.tradefed.device.server.ClientData.HprofData.Type | |
Summary
Enum values | |
|---|---|
ClientData.HprofData.Type |
DATA
|
ClientData.HprofData.Type |
FILE
|
Public methods | |
|---|---|
static
ClientData.HprofData.Type
|
valueOf(String name)
|
static
final
Type[]
|
values()
|
Enum values
Public methods
valueOf
public static ClientData.HprofData.Type valueOf (String name)
| Parameters | |
|---|---|
name |
String |
| Returns | |
|---|---|
ClientData.HprofData.Type |
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-12-04 UTC.