| Package | Description |
|---|---|
| ezvcard | |
| ezvcard.io |
Contains I/O related classes.
|
| ezvcard.io.scribe |
Contains classes that know how to marshal and unmarshal a property in each vCard format.
|
| ezvcard.property |
Contains the DTO class for each property.
|
| Modifier and Type | Method and Description |
|---|---|
List<Label> |
VCard.getOrphanedLabels()
Gets all mailing labels that could not be assigned to an
Address
property. |
| Modifier and Type | Method and Description |
|---|---|
void |
VCard.addOrphanedLabel(Label label)
Adds a mailing label which is not associated with an
Address
property. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StreamReader.assignLabels(VCard vcard,
List<Label> labels)
|
| Modifier and Type | Method and Description |
|---|---|
protected Label |
LabelScribe._parseHtml(HCardElement element,
ParseContext context) |
protected Label |
LabelScribe._parseValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
Label |
Label.copy() |
| Constructor and Description |
|---|
Label(Label original)
Copy constructor.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.