Enum Constant and Description |
---|
ERROR_NO_DCB |
ERROR_NOT_CHKD |
OK |
REF |
TMP_ENUM_FIX |
Modifier and Type | Method and Description |
---|---|
static DCBStatus |
getEnum(byte[] data) |
byte[] |
getID() |
DCBStatus |
getRefEnum(byte[] data) |
java.lang.String |
toString() |
static DCBStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DCBStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DCBStatus REF
public static final DCBStatus TMP_ENUM_FIX
public static final DCBStatus OK
public static final DCBStatus ERROR_NO_DCB
public static final DCBStatus ERROR_NOT_CHKD
public static DCBStatus[] values()
for (DCBStatus c : DCBStatus.values()) System.out.println(c);
public static DCBStatus 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 nullpublic static DCBStatus getEnum(byte[] data)
public DCBStatus getRefEnum(byte[] data)
getRefEnum
in interface BaseEnum
public byte[] getID()
public java.lang.String toString()
toString
in class java.lang.Enum<DCBStatus>