Uses of Class
com.machinezoo.fingerprintio.iso19794p2v2011.Iso19794p2v2011EndingType
-
Packages that use Iso19794p2v2011EndingType Package Description com.machinezoo.fingerprintio.iso19794p2v2011 Implementation of ISO 19794-2:2011 off-card template format. -
-
Uses of Iso19794p2v2011EndingType in com.machinezoo.fingerprintio.iso19794p2v2011
Fields in com.machinezoo.fingerprintio.iso19794p2v2011 declared as Iso19794p2v2011EndingType Modifier and Type Field Description Iso19794p2v2011EndingType
Iso19794p2v2011Fingerprint. endingType
Ridge ending type (ENDINGTYPE).Methods in com.machinezoo.fingerprintio.iso19794p2v2011 that return Iso19794p2v2011EndingType Modifier and Type Method Description static Iso19794p2v2011EndingType
Iso19794p2v2011EndingType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Iso19794p2v2011EndingType[]
Iso19794p2v2011EndingType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-