| Enum Constant and Description |
|---|
DRIVING_LICENSE
Driving licence (ISO-18013) - 1x30 line MRZ.
|
FRENCH_ID
Old french ID card (PRADO FRA-BO-02002). 2x36 lines MRZ.
|
MRV_A
Visa format A (ICAO 9303-7) - 2x44 lines MRZ.
|
MRV_B
Visa format B (ICAO 9303-7) - 2x36 lines MRZ.
|
NONE
No MRZ.
|
OTHER
Other MRZ Type, with a standard layout but unknown content.
|
TD1
Document TD1 (ICAO 9303-5) - 3x30 lines MRZ.
|
TD2
Document TD2 (ICAO 9303-6) - 2x36 lines MRZ.
|
TD3
Document TD3 (Passports)(ICAO 9303-4) - 2x44 lines MRZ.
|
| Modifier and Type | Method and Description |
|---|---|
static MrzType |
fromValue(int value)
Creates an enumeration value from int.
|
int |
getValue()
Gets the enumeration value as int.
|
static MrzType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MrzType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MrzType NONE
public static final MrzType TD1
public static final MrzType TD2
public static final MrzType TD3
public static final MrzType DRIVING_LICENSE
public static final MrzType MRV_A
public static final MrzType MRV_B
public static final MrzType OTHER
public static final MrzType FRENCH_ID
public static MrzType[] values()
for (MrzType c : MrzType.values()) System.out.println(c);
public static MrzType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public static MrzType fromValue(int value)
value - The int value.Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.document