static enum FcmdCopyCmprDel.Estate extends java.lang.Enum<FcmdCopyCmprDel.Estate>
Enum Constant and Description |
---|
busy |
busyCheck |
check |
checked |
error |
finit |
inactive |
quest |
ready |
start |
Modifier and Type | Method and Description |
---|---|
static FcmdCopyCmprDel.Estate |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FcmdCopyCmprDel.Estate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FcmdCopyCmprDel.Estate inactive
public static final FcmdCopyCmprDel.Estate start
public static final FcmdCopyCmprDel.Estate check
public static final FcmdCopyCmprDel.Estate busyCheck
public static final FcmdCopyCmprDel.Estate checked
public static final FcmdCopyCmprDel.Estate ready
public static final FcmdCopyCmprDel.Estate busy
public static final FcmdCopyCmprDel.Estate quest
public static final FcmdCopyCmprDel.Estate error
public static final FcmdCopyCmprDel.Estate finit
public static FcmdCopyCmprDel.Estate[] values()
for (FcmdCopyCmprDel.Estate c : FcmdCopyCmprDel.Estate.values()) System.out.println(c);
public static FcmdCopyCmprDel.Estate 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