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