public static enum Status.SubCode extends java.lang.Enum<Status.SubCode>
| Enum Constant and Description |
|---|
LockLimit |
LockTimeout |
MaxSubCode |
MutexTimeout |
None |
| Modifier and Type | Method and Description |
|---|---|
static Status.SubCode |
getSubCode(byte value) |
static Status.SubCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Status.SubCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Status.SubCode None
public static final Status.SubCode MutexTimeout
public static final Status.SubCode LockTimeout
public static final Status.SubCode LockLimit
public static final Status.SubCode MaxSubCode
public static Status.SubCode[] values()
for (Status.SubCode c : Status.SubCode.values()) System.out.println(c);
public static Status.SubCode 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 Status.SubCode getSubCode(byte value)