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