| 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 |
|---|---|
StructuredName |
VCard.getStructuredName()
Gets the individual components of the person's name.
|
| Modifier and Type | Method and Description |
|---|---|
List<StructuredName> |
VCard.getStructuredNames()
Gets all structured name properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VCard.setStructuredName(StructuredName structuredName)
Sets the individual components of the person's name.
|
void |
VCard.setStructuredNameAlt(StructuredName... altRepresentations)
Sets the individual components of the person's name.
|
| Modifier and Type | Method and Description |
|---|---|
protected StructuredName |
StructuredNameScribe._parseHtml(HCardElement element,
ParseContext context) |
protected StructuredName |
StructuredNameScribe._parseJson(JCardValue value,
VCardDataType dataType,
VCardParameters parameters,
ParseContext context) |
protected StructuredName |
StructuredNameScribe._parseText(String value,
VCardDataType dataType,
VCardParameters parameters,
ParseContext context) |
protected StructuredName |
StructuredNameScribe._parseXml(XCardElement element,
VCardParameters parameters,
ParseContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected JCardValue |
StructuredNameScribe._writeJson(StructuredName property) |
protected String |
StructuredNameScribe._writeText(StructuredName property,
WriteContext context) |
protected void |
StructuredNameScribe._writeXml(StructuredName property,
XCardElement parent) |
| Modifier and Type | Method and Description |
|---|---|
StructuredName |
StructuredName.copy() |
| Constructor and Description |
|---|
StructuredName(StructuredName original)
Copy constructor.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.