public static enum CommandReply.CommandStatus extends Enum<CommandReply.CommandStatus>
| Modifier and Type | Method and Description |
|---|---|
static CommandReply.CommandStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandReply.CommandStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandReply.CommandStatus OK
public static final CommandReply.CommandStatus OK_VOID
public static final CommandReply.CommandStatus ERROR
public static CommandReply.CommandStatus[] values()
for (CommandReply.CommandStatus c : CommandReply.CommandStatus.values()) System.out.println(c);
public static CommandReply.CommandStatus 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 © 2014 LSST. All Rights Reserved.