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