| 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 |
|---|---|
Kind |
VCard.getKind()
Gets the type of entity this vCard represents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VCard.setKind(Kind kind)
Sets the type of entity this vCard represents.
|
| Modifier and Type | Method and Description |
|---|---|
protected Kind |
KindScribe._parseValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
static Kind |
Kind.application()
Creates a new KIND property whose value is set to "application".
|
Kind |
Kind.copy() |
static Kind |
Kind.device()
Creates a new KIND property whose value is set to "device".
|
static Kind |
Kind.group()
Creates a new KIND property whose value is set to "group".
|
static Kind |
Kind.individual()
Creates a new KIND property whose value is set to "individual".
|
static Kind |
Kind.location()
Creates a new KIND property whose value is set to "location".
|
static Kind |
Kind.org()
Creates a new KIND property whose value is set to "org".
|
| Constructor and Description |
|---|
Kind(Kind original)
Copy constructor.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.