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