public enum LockHashAlgorithmEnum extends java.lang.Enum<LockHashAlgorithmEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
LockHashAlgorithmEnum.Adapter |
| Enum Constant and Description |
|---|
NUMBER_0 |
NUMBER_1 |
NUMBER_2 |
NUMBER_3 |
| Modifier and Type | Method and Description |
|---|---|
static LockHashAlgorithmEnum |
fromValue(java.lang.Integer value) |
java.lang.Integer |
getValue() |
java.lang.String |
toString() |
static LockHashAlgorithmEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LockHashAlgorithmEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LockHashAlgorithmEnum NUMBER_0
public static final LockHashAlgorithmEnum NUMBER_1
public static final LockHashAlgorithmEnum NUMBER_2
public static final LockHashAlgorithmEnum NUMBER_3
public static LockHashAlgorithmEnum[] values()
for (LockHashAlgorithmEnum c : LockHashAlgorithmEnum.values()) System.out.println(c);
public static LockHashAlgorithmEnum 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 java.lang.Integer getValue()
public java.lang.String toString()
toString in class java.lang.Enum<LockHashAlgorithmEnum>public static LockHashAlgorithmEnum fromValue(java.lang.Integer value)