Package | Description |
---|---|
net.fortuna.ical4j.vcard |
Support for vCard.
|
net.fortuna.ical4j.vcard.property |
Implementation of vCard properties.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PropertyFactory<T extends Property> |
Modifier and Type | Method and Description |
---|---|
Property |
VCard.getExtendedProperty(String name)
Returns the first non-standard property found matching the specified name.
|
Property |
VCard.getProperty(Property.Id id)
Returns the first property found matching the specified identifier.
|
Modifier and Type | Method and Description |
---|---|
List<Property> |
VCard.getExtendedProperties(String name)
Returns a list of non-standard properties for the VCard instance with a matching name.
|
PropertyFactory<? extends Property> |
PropertyFactoryRegistry.getFactory(String value) |
List<Property> |
VCard.getProperties()
Returns a reference to the list of properties for the VCard instance.
|
List<Property> |
VCard.getProperties(Property.Id id)
Returns a list of properties for the VCard instance with a matching identifier.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyFactoryRegistry.register(String extendedName,
PropertyFactory<Property> factory) |
Constructor and Description |
---|
VCard(List<Property> properties) |
Modifier and Type | Class and Description |
---|---|
class |
Address
ADDRESS property.
|
class |
Agent
AGENT property.
|
class |
BDay
BDAY property.
|
class |
Birth
BIRTH property.
|
class |
CalAdrUri
CALADRURI property.
|
class |
CalUri
CALURI property.
|
class |
Categories
CATEGORIES property.
|
class |
Clazz
CLAZZ property.
|
class |
DDay
DDAY property.
|
class |
Death
DEATH property.
|
class |
Email
EMAIL property.
|
class |
FbUrl
FBURL property.
|
class |
Fn
FN property.
|
class |
Gender
GENDER property.
|
class |
Geo
GEO property.
|
class |
Impp
IMPP property.
|
class |
Key
KEY property.
|
class |
Kind
KIND property.
|
class |
Label
LABEL property.
|
class |
Lang
LANG property.
|
class |
Logo
LOGO property.
|
class |
Member
MEMBER property.
|
class |
N
N property.
|
class |
Name
NAME property.
|
class |
Nickname
NICKNAME property.
|
class |
Note
NOTE property.
|
class |
Org
ORG property.
|
class |
Photo
PHOTO property.
|
class |
ProdId
PRODID property.
|
class |
Related
RELATED property.
|
class |
Revision
REVISION property.
|
class |
Role
ROLE property.
|
class |
SortString
SORT-STRING property.
|
class |
Sound
SOUND property.
|
class |
Source
SOURCE property.
|
class |
Telephone
TEL property.
|
class |
Title
TITLE property.
|
class |
Tz
TZ property.
|
class |
Uid
UID property.
|
class |
Url
URL property.
|
class |
Version
VERSION property.
|
Copyright © 2008-2012 Micronode. All Rights Reserved.