| Package | Description |
|---|---|
| com.innovatrics.mrz |
MRZ Record Parser.
|
| com.innovatrics.mrz.types |
MRZ data types.
|
| Modifier and Type | Method and Description |
|---|---|
MrzSex |
MrzRecord.getSex() |
MrzSex |
MrzParser.parseSex(int col,
int row)
Parses the "sex" value from given column/row.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MrzRecord.setSex(MrzSex sex) |
| Modifier and Type | Method and Description |
|---|---|
static MrzSex |
MrzSex.fromMrz(char sex) |
static MrzSex |
MrzSex.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MrzSex[] |
MrzSex.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011–2022 Innovatrics. All rights reserved.