| 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 |
|---|---|
SortString |
VCard.getSortString()
Gets the string that should be used to sort the vCard.
|
SortString |
VCard.setSortString(String sortString)
Sets the string that should be used to sort the vCard.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VCard.setSortString(SortString sortString)
Sets the string that should be used to sort the vCard.
|
| Modifier and Type | Method and Description |
|---|---|
protected SortString |
SortStringScribe._parseValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
SortString |
SortString.copy() |
| Constructor and Description |
|---|
SortString(SortString original)
Copy constructor.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.