| 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 |
|---|---|
Language |
VCard.addLanguage(String language)
Adds a language that the person speaks.
|
| Modifier and Type | Method and Description |
|---|---|
List<Language> |
VCard.getLanguages()
Gets the languages that the person speaks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VCard.addLanguage(Language language)
Adds a language that the person speaks.
|
void |
VCard.addLanguageAlt(Language... altRepresentations)
Adds a language that the person speaks.
|
| Modifier and Type | Method and Description |
|---|---|
protected Language |
LanguageScribe._parseValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
Language |
Language.copy() |
| Constructor and Description |
|---|
Language(Language original)
Copy constructor.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.