Package io.scanbot.barcodescanner.entity
Class VCard.Entry
-
- All Implemented Interfaces:
public class VCard.Entry extends GenericDocumentWrapper
VCard Entry
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
VCard.Entry.FieldNames
public class
VCard.Entry.NormalizedFieldNames
-
Field Summary
Fields Modifier and Type Field Description private final TextFieldWrapper
rawValue
private final List<TextFieldWrapper>
typeModifiers
private final List<TextFieldWrapper>
values
-
Constructor Summary
Constructors Constructor Description VCard.Entry(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrapper
getRawValue()
Raw Value final List<TextFieldWrapper>
getTypeModifiers()
Type Modifier final List<TextFieldWrapper>
getValues()
Value -
-
Constructor Detail
-
VCard.Entry
VCard.Entry(GenericDocument document)
-
-
Method Detail
-
getRawValue
final TextFieldWrapper getRawValue()
Raw Value
-
getTypeModifiers
final List<TextFieldWrapper> getTypeModifiers()
Type Modifier
-
getValues
final List<TextFieldWrapper> getValues()
Value
-
-
-
-