| 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 |
|---|---|
Expertise |
VCard.addExpertise(String expertise)
Adds a professional subject area that the person is knowledgeable in.
|
| Modifier and Type | Method and Description |
|---|---|
List<Expertise> |
VCard.getExpertise()
Gets the professional subject areas that the person is knowledgeable in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VCard.addExpertise(Expertise expertise)
Adds a professional subject area that the person is knowledgeable in.
|
void |
VCard.addExpertiseAlt(Expertise... altRepresentations)
Adds a professional subject area that the person is knowledgeable in.
|
| Modifier and Type | Method and Description |
|---|---|
protected Expertise |
ExpertiseScribe._parseValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
Expertise |
Expertise.copy() |
| Constructor and Description |
|---|
Expertise(Expertise original)
Copy constructor.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.