| Package | Description |
|---|---|
| ezvcard | |
| 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 |
|---|---|
Title |
VCard.addTitle(String title)
Adds a title associated with the person.
|
| Modifier and Type | Method and Description |
|---|---|
List<Title> |
VCard.getTitles()
Gets the titles associated with the person.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VCard.addTitle(Title title)
Adds a title associated with the person.
|
void |
VCard.addTitleAlt(Title... altRepresentations)
Adds a title associated with the person.
|
| Modifier and Type | Method and Description |
|---|---|
protected Title |
TitleScribe._parseValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
Title |
Title.copy() |
| Constructor and Description |
|---|
Title(Title original)
Copy constructor.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.