public static enum EnvironmentSettings.ExecutionMode extends Enum<EnvironmentSettings.ExecutionMode>
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentSettings.ExecutionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnvironmentSettings.ExecutionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnvironmentSettings.ExecutionMode REMOTE
public static final EnvironmentSettings.ExecutionMode LOCAL
public static final EnvironmentSettings.ExecutionMode AUTOMATIC
public static EnvironmentSettings.ExecutionMode[] values()
for (EnvironmentSettings.ExecutionMode c : EnvironmentSettings.ExecutionMode.values()) System.out.println(c);
public static EnvironmentSettings.ExecutionMode 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 nullCopyright © 2024 Alibaba Cloud Computing. All rights reserved.