Uses of Class
com.scriptel.proscript.cardswipe.IdentificationSex
-
Packages that use IdentificationSex Package Description com.scriptel.proscript.cardswipe This package contains magnetic card swipe parsing logic and data structures. -
-
Uses of IdentificationSex in com.scriptel.proscript.cardswipe
Methods in com.scriptel.proscript.cardswipe that return IdentificationSex Modifier and Type Method Description IdentificationSexIdentificationCardTrackThree. getSex()Gets card-holder gender.static IdentificationSexIdentificationSex. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IdentificationSex[]IdentificationSex. values()Returns an array containing the constants of this enum type, in the order they are declared.
-