Serializable, Comparable<Tracer.TraceEventType>public static enum Tracer.TraceEventType extends Enum<Tracer.TraceEventType>
| Modifier and Type | Method | Description |
|---|---|---|
static Tracer.TraceEventType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Tracer.TraceEventType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tracer.TraceEventType ENTER
public static final Tracer.TraceEventType EXIT
public static Tracer.TraceEventType[] values()
for (Tracer.TraceEventType c : Tracer.TraceEventType.values()) System.out.println(c);
public static Tracer.TraceEventType 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 © 2018 PetitParser. All rights reserved.