CodeType
The CodeType class enumerates all supported code type strings.
public @interface EnumCodeType {
//The code type string is "MRTD_TD1_ID"
String CT_MRTD_TD1_ID = "MRTD_TD1_ID";
//The code type string is "MRTD_TD2_ID"
String CT_MRTD_TD2_ID = "MRTD_TD2_ID";
//The code type string is "MRTD_TD2_VISA"
String CT_MRTD_TD2_VISA = "MRTD_TD2_VISA";
//The code type string is "MRTD_TD3_PASSPORT"
String CT_MRTD_TD3_PASSPORT = "MRTD_TD3_PASSPORT";
//The code type string is "MRTD_TD3_VISA"
String CT_MRTD_TD3_VISA = "MRTD_TD3_VISA";
//The code type string is "MRTD_TD2_FRENCH_ID"
String CT_MRTD_TD2_FRENCH_ID = "MRTD_TD2_FRENCH_ID";
//The code type string is "AAMVA_DL_ID"
String CT_AAMVA_DL_ID = "AAMVA_DL_ID";
//The code type string is "AAMVA_DL_ID_WITH_MAG_STRIPE"
String CT_AAMVA_DL_ID_WITH_MAG_STRIPE = "AAMVA_DL_ID_WITH_MAG_STRIPE";
//The code type string is "SOUTH_AFRICA_DL"
String CT_SOUTH_AFRICA_DL = "SOUTH_AFRICA_DL";
//The code type string is "AADHAAR"
String CT_AADHAAR = "AADHAAR";
//The code type string is "VIN"
String CT_VIN = "VIN";
//The code type string is "GS1_AI"
String CT_GS1_AI = "GS1_AI";
}