public static enum VMOperation.SystemEffect extends Enum<VMOperation.SystemEffect>
| 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 NONE
public static final VMOperation.SystemEffect 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