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