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