public enum SuspendAnchor extends Enum<SuspendAnchor>
SuspendedEvent.getSuspendAnchor()Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
AFTER
Denotes suspension just after execution of a guest language source location.
|
BEFORE
Denotes suspension just before execution of a guest language source location.
|
| Modifier and Type | Method and Description |
|---|---|
static SuspendAnchor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SuspendAnchor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SuspendAnchor BEFORE
public static final SuspendAnchor AFTER
public static SuspendAnchor[] values()
public static SuspendAnchor 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