public static enum AppleDeviceController.LaunchBehavior extends Enum<AppleDeviceController.LaunchBehavior>
Enum Constant and Description |
---|
DO_NOT_WAIT_FOR_DEBUGGER |
WAIT_FOR_DEBUGGER |
Modifier and Type | Method and Description |
---|---|
static AppleDeviceController.LaunchBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppleDeviceController.LaunchBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppleDeviceController.LaunchBehavior DO_NOT_WAIT_FOR_DEBUGGER
public static final AppleDeviceController.LaunchBehavior WAIT_FOR_DEBUGGER
public static AppleDeviceController.LaunchBehavior[] values()
for (AppleDeviceController.LaunchBehavior c : AppleDeviceController.LaunchBehavior.values()) System.out.println(c);
public static AppleDeviceController.LaunchBehavior 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