Uses of Class
com.machinezoo.fingerprintio.ansi378v2004.Ansi378v2004MinutiaType
-
Packages that use Ansi378v2004MinutiaType Package Description com.machinezoo.fingerprintio.ansi378v2004 Implementation of ANSI 378-2004 template format. -
-
Uses of Ansi378v2004MinutiaType in com.machinezoo.fingerprintio.ansi378v2004
Fields in com.machinezoo.fingerprintio.ansi378v2004 declared as Ansi378v2004MinutiaType Modifier and Type Field Description Ansi378v2004MinutiaType
Ansi378v2004Minutia. type
Minutia type (MINTYPE).Methods in com.machinezoo.fingerprintio.ansi378v2004 that return Ansi378v2004MinutiaType Modifier and Type Method Description static Ansi378v2004MinutiaType
Ansi378v2004MinutiaType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Ansi378v2004MinutiaType[]
Ansi378v2004MinutiaType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-