public static enum ConsoleCommandShell.ConsoleParameters extends Enum<ConsoleCommandShell.ConsoleParameters>
| Enum Constant and Description |
|---|
SHOW_JYTHON_OUTPUT |
TIMEOUT |
| Modifier and Type | Method and Description |
|---|---|
static ConsoleCommandShell.ConsoleParameters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsoleCommandShell.ConsoleParameters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConsoleCommandShell.ConsoleParameters TIMEOUT
public static final ConsoleCommandShell.ConsoleParameters SHOW_JYTHON_OUTPUT
public static ConsoleCommandShell.ConsoleParameters[] values()
for (ConsoleCommandShell.ConsoleParameters c : ConsoleCommandShell.ConsoleParameters.values()) System.out.println(c);
public static ConsoleCommandShell.ConsoleParameters 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 © 2021 LSST. All rights reserved.