public enum Command extends Enum<Command> implements Serializable
| Enum Constant and Description |
|---|
ACK |
ACTION_INDEX |
ADDITIONAL_INFO |
ALL_COVERED_TARGETS_INFO |
BOOT_TIME_INFO |
EXECUTING_ACTION |
EXECUTING_INIT_MONGO |
EXECUTING_INIT_SQL |
EXTRACT_JVM_DTO |
KILL_SWITCH |
NEW_SEARCH |
NEW_TEST |
TARGETS_INFO |
UNITS_INFO |
| Modifier and Type | Method and Description |
|---|---|
static Command |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Command[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Command NEW_SEARCH
public static final Command NEW_TEST
public static final Command ALL_COVERED_TARGETS_INFO
public static final Command TARGETS_INFO
public static final Command ACK
public static final Command ACTION_INDEX
public static final Command ADDITIONAL_INFO
public static final Command UNITS_INFO
public static final Command KILL_SWITCH
public static final Command EXECUTING_INIT_SQL
public static final Command EXECUTING_INIT_MONGO
public static final Command EXECUTING_ACTION
public static final Command BOOT_TIME_INFO
public static final Command EXTRACT_JVM_DTO
public static Command[] values()
for (Command c : Command.values()) System.out.println(c);
public static Command 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 © 2016–2024. All rights reserved.