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