public static enum CommandExecLogModel.Status extends Enum<CommandExecLogModel.Status> implements BaseEnum
BaseEnum.Cache| Enum Constant and Description |
|---|
DONE |
ERROR |
ING |
SESSION_ERROR |
| Modifier and Type | Method and Description |
|---|---|
static CommandExecLogModel.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandExecLogModel.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetCode, getDesc, getDescByCode, getEnum, getEnum, getMap, toJSONArray, toJSONObjectpublic static final CommandExecLogModel.Status ING
public static final CommandExecLogModel.Status DONE
public static final CommandExecLogModel.Status ERROR
public static final CommandExecLogModel.Status SESSION_ERROR
public static CommandExecLogModel.Status[] values()
for (CommandExecLogModel.Status c : CommandExecLogModel.Status.values()) System.out.println(c);
public static CommandExecLogModel.Status 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 © 2017–2022. All rights reserved.