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