| 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 |
|---|---|
Deathplace |
VCard.getDeathplace()
Gets the person's place of death.
|
| Modifier and Type | Method and Description |
|---|---|
List<Deathplace> |
VCard.getDeathplaces()
Gets all
Deathplace property instances. |
| Modifier and Type | Method and Description |
|---|---|
void |
VCard.setDeathplace(Deathplace deathplace)
Sets the person's place of death.
|
void |
VCard.setDeathplaceAlt(Deathplace... altRepresentations)
Sets the person's place of death.
|
| Modifier and Type | Method and Description |
|---|---|
protected Deathplace |
DeathplaceScribe.newInstance() |
| Modifier and Type | Method and Description |
|---|---|
Deathplace |
Deathplace.copy() |
| Constructor and Description |
|---|
Deathplace(Deathplace original)
Copy constructor.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.