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