| 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 |
|---|---|
SourceDisplayText |
VCard.getSourceDisplayText()
Gets a textual representation of the
Source property. |
SourceDisplayText |
VCard.setSourceDisplayText(String sourceDisplayText)
Sets a textual representation of the
Source property. |
| Modifier and Type | Method and Description |
|---|---|
void |
VCard.setSourceDisplayText(SourceDisplayText sourceDisplayText)
Sets a textual representation of the
Source property. |
| Modifier and Type | Method and Description |
|---|---|
protected SourceDisplayText |
SourceDisplayTextScribe._parseValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
SourceDisplayText |
SourceDisplayText.copy() |
| Constructor and Description |
|---|
SourceDisplayText(SourceDisplayText original)
Copy constructor.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.