public static enum Executable.ExecProvider extends java.lang.Enum<Executable.ExecProvider>
| Modifier and Type | Method and Description |
|---|---|
static Executable.ExecProvider |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Executable.ExecProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Executable.ExecProvider Local
public static final Executable.ExecProvider Cluster
public static final Executable.ExecProvider Any
public static Executable.ExecProvider[] values()
for (Executable.ExecProvider c : Executable.ExecProvider.values()) System.out.println(c);
public static Executable.ExecProvider valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null