public static enum ChromeTraceEvent.Phase extends Enum<ChromeTraceEvent.Phase>
Enum Constant and Description |
---|
ASYNC_FINISH |
ASYNC_START |
BEGIN |
COUNTER |
END |
IMMEDIATE |
METADATA |
OBJECT_DELETE |
OBJECT_NEW |
OBJECT_SNAPSHOT |
Modifier and Type | Method and Description |
---|---|
static ChromeTraceEvent.Phase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChromeTraceEvent.Phase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChromeTraceEvent.Phase BEGIN
public static final ChromeTraceEvent.Phase END
public static final ChromeTraceEvent.Phase IMMEDIATE
public static final ChromeTraceEvent.Phase COUNTER
public static final ChromeTraceEvent.Phase ASYNC_START
public static final ChromeTraceEvent.Phase ASYNC_FINISH
public static final ChromeTraceEvent.Phase OBJECT_SNAPSHOT
public static final ChromeTraceEvent.Phase OBJECT_NEW
public static final ChromeTraceEvent.Phase OBJECT_DELETE
public static final ChromeTraceEvent.Phase METADATA
public static ChromeTraceEvent.Phase[] values()
for (ChromeTraceEvent.Phase c : ChromeTraceEvent.Phase.values()) System.out.println(c);
public static ChromeTraceEvent.Phase 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 null