public enum JvmtiEventMode extends Enum<JvmtiEventMode>
Enum Constant and Description |
---|
JVMTI_DISABLE |
JVMTI_ENABLE |
Modifier and Type | Method and Description |
---|---|
int |
getCValue() |
static JvmtiEventMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JvmtiEventMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JvmtiEventMode JVMTI_ENABLE
public static final JvmtiEventMode JVMTI_DISABLE
public static JvmtiEventMode[] values()
public static JvmtiEventMode 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 nullpublic int getCValue()