public static enum CommandsRunner.CommitState extends Enum<CommandsRunner.CommitState>
Modifier and Type | Method and Description |
---|---|
static CommandsRunner.CommitState |
fromBool(boolean flag) |
static CommandsRunner.CommitState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandsRunner.CommitState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandsRunner.CommitState Bad
public static final CommandsRunner.CommitState Good
public static CommandsRunner.CommitState[] values()
for (CommandsRunner.CommitState c : CommandsRunner.CommitState.values()) System.out.println(c);
public static CommandsRunner.CommitState 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 nullpublic static CommandsRunner.CommitState fromBool(boolean flag)
Copyright © 2016–2022. All rights reserved.