| Package | Description |
|---|---|
| com.innovatrics.mrz |
MRZ Record Parser.
|
| com.innovatrics.mrz.types |
MRZ data types.
|
| Modifier and Type | Method and Description |
|---|---|
MrzDocumentCode |
MrzRecord.getCode() |
| Modifier and Type | Method and Description |
|---|---|
void |
MrzRecord.setCode(MrzDocumentCode code) |
| Modifier and Type | Method and Description |
|---|---|
static MrzDocumentCode |
MrzDocumentCode.parse(String mrz) |
static MrzDocumentCode |
MrzDocumentCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MrzDocumentCode[] |
MrzDocumentCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011–2020 Innovatrics. All rights reserved.