public static enum FingerprintWithTLK1NC.BufferEnum extends java.lang.Enum<FingerprintWithTLK1NC.BufferEnum>
| Enum Constant and Description |
|---|
B0
缓冲区0
buffer zone 0 |
B1
缓冲区1
buffer zone 1 |
B2
缓冲区2
buffer zone 2 |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
获取枚举的值
Acquire example value |
static FingerprintWithTLK1NC.BufferEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FingerprintWithTLK1NC.BufferEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FingerprintWithTLK1NC.BufferEnum B0
public static final FingerprintWithTLK1NC.BufferEnum B1
public static final FingerprintWithTLK1NC.BufferEnum B2
public static FingerprintWithTLK1NC.BufferEnum[] values()
for (FingerprintWithTLK1NC.BufferEnum c : FingerprintWithTLK1NC.BufferEnum.values()) System.out.println(c);
public static FingerprintWithTLK1NC.BufferEnum 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 int getValue()