Uses of Class
com.machinezoo.fingerprintio.ansi378v2009am1.Ansi378v2009Am1ScanType
-
Packages that use Ansi378v2009Am1ScanType Package Description com.machinezoo.fingerprintio.ansi378v2009am1 Implementation of ANSI 378-2009/AM 1 template format. -
-
Uses of Ansi378v2009Am1ScanType in com.machinezoo.fingerprintio.ansi378v2009am1
Fields in com.machinezoo.fingerprintio.ansi378v2009am1 declared as Ansi378v2009Am1ScanType Modifier and Type Field Description Ansi378v2009Am1ScanType
Ansi378v2009Am1Fingerprint. scanType
Impression type (SAMPLETYPE).Methods in com.machinezoo.fingerprintio.ansi378v2009am1 that return Ansi378v2009Am1ScanType Modifier and Type Method Description static Ansi378v2009Am1ScanType
Ansi378v2009Am1ScanType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Ansi378v2009Am1ScanType[]
Ansi378v2009Am1ScanType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-