public static enum HprofData.ThreadEventType extends Enum<HprofData.ThreadEventType>
| Modifier and Type | Method and Description |
|---|---|
static HprofData.ThreadEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HprofData.ThreadEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HprofData.ThreadEventType START
public static final HprofData.ThreadEventType END
public static HprofData.ThreadEventType[] values()
for (HprofData.ThreadEventType c : HprofData.ThreadEventType.values()) System.out.println(c);
public static HprofData.ThreadEventType 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