| 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 |
|---|---|
Hobby |
VCard.addHobby(String hobby)
Adds a hobby that the person actively engages in.
|
| Modifier and Type | Method and Description |
|---|---|
List<Hobby> |
VCard.getHobbies()
Gets the hobbies that the person actively engages in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VCard.addHobby(Hobby hobby)
Adds a hobby that the person actively engages in.
|
void |
VCard.addHobbyAlt(Hobby... altRepresentations)
Adds a hobby that the person actively engages in.
|
| Modifier and Type | Method and Description |
|---|---|
protected Hobby |
HobbyScribe._parseValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
Hobby |
Hobby.copy() |
| Constructor and Description |
|---|
Hobby(Hobby original)
Copy constructor.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.