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