| 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 |
|---|---|
ProductId |
VCard.getProductId()
Gets the product ID, which identifies the software that created the
vCard.
|
ProductId |
VCard.setProductId(String productId)
Sets the product ID, which identifies the software that created the
vCard.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VCard.setProductId(ProductId productId)
Sets the product ID, which identifies the software that created the
vCard.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProductId |
ProductIdScribe._parseValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
ProductId |
ProductId.copy() |
| Constructor and Description |
|---|
ProductId(ProductId original)
Copy constructor.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.