-
public final class PassportNfcDg2DataItemWraps the single item of the data loaded from DG2 group as a key-value object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPassportNfcDg2DataItem.Companion
-
Field Summary
Fields Modifier and Type Field Description private final NFCDatagroupDG2FieldNamekeyprivate final Stringvalue
-
Constructor Summary
Constructors Constructor Description PassportNfcDg2DataItem(Integer keyInt, String value)PassportNfcDg2DataItem(NFCDatagroupDG2FieldName key, String value)
-
Method Summary
Modifier and Type Method Description final NFCDatagroupDG2FieldNamegetKey()final StringgetValue()-
-
Constructor Detail
-
PassportNfcDg2DataItem
PassportNfcDg2DataItem(NFCDatagroupDG2FieldName key, String value)
- Parameters:
key- key of the itemvalue- value of the item
-
-
Method Detail
-
getKey
final NFCDatagroupDG2FieldName getKey()
-
-
-
-