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