Package | Description |
---|---|
net.fortuna.ical4j.vcard.parameter |
Implementation of vCard parameters.
|
net.fortuna.ical4j.vcard.property |
Implementation of vCard properties.
|
Modifier and Type | Field and Description |
---|---|
static Type |
Type.HOME
Home type parameter.
|
static Type |
Type.PREF
Pref type parameter.
|
static Type |
Type.WORK
Work type parameter.
|
Modifier and Type | Field and Description |
---|---|
static ParameterFactory<Type> |
Type.FACTORY |
Constructor and Description |
---|
Type(Type... types) |
Constructor and Description |
---|
Address(Group group,
String poBox,
String extended,
String street,
String locality,
String region,
String postcode,
String country,
Type... types) |
Address(String poBox,
String extended,
String street,
String locality,
String region,
String postcode,
String country,
Type... types) |
CalAdrUri(URI uri,
Type... types) |
CalUri(URI uri,
Type... types) |
FbUrl(URI uri,
Type... types) |
Impp(URI uri,
Type... types) |
Key(byte[] binary,
Type contentType) |
Label(String value,
Type... types) |
Logo(byte[] binary,
Type contentType) |
Photo(byte[] binary,
Type contentType) |
Related(String text,
Type... types) |
Related(URI uri,
Type... types) |
Sound(byte[] binary,
Type contentType) |
Telephone(Group group,
URI uri,
Type... types) |
Telephone(String value,
Type... types)
Provide backwards-compatibility for vCard 3.0.
|
Telephone(URI uri,
Type... types) |
Copyright © 2008-2012 Micronode. All Rights Reserved.