| 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 |
|---|---|
Agent |
VCard.getAgent()
Gets information about the person's agent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VCard.setAgent(Agent agent)
Sets information about the person's agent.
|
| Modifier and Type | Method and Description |
|---|---|
protected Agent |
AgentScribe._parseHtml(HCardElement element,
ParseContext context) |
protected Agent |
AgentScribe._parseText(String value,
VCardDataType dataType,
VCardParameters parameters,
ParseContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected VCardDataType |
AgentScribe._dataType(Agent property,
VCardVersion version) |
protected String |
AgentScribe._writeText(Agent property,
WriteContext context) |
| Modifier and Type | Method and Description |
|---|---|
Agent |
Agent.copy() |
| Constructor and Description |
|---|
Agent(Agent original)
Copy constructor.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.