Package | Description |
---|---|
net.fortuna.ical4j.vcard |
Support for vCard.
|
net.fortuna.ical4j.vcard.property |
Implementation of vCard properties.
|
Modifier and Type | Field and Description |
---|---|
static Group |
Group.HOME
The pre-defined home group.
|
static Group |
Group.WORK
The pre-defined work group.
|
Modifier and Type | Method and Description |
---|---|
Group |
Property.getGroup() |
Group |
GroupRegistry.getGroup(String value) |
Modifier and Type | Method and Description |
---|---|
T |
PropertyFactory.createProperty(Group group,
List<Parameter> params,
String value) |
void |
GroupRegistry.register(String extendedName,
Group group)
Registers a non-standard group.
|
Constructor and Description |
---|
Property(Group group,
Property.Id id) |
Property(Group group,
Property.Id id,
List<Parameter> parameters) |
Property(Group group,
String extendedName) |
Property(Group group,
String extendedName,
List<Parameter> parameters) |
Constructor and Description |
---|
Address(Group group,
List<Parameter> params,
String value)
Factory constructor.
|
Address(Group group,
String poBox,
String extended,
String street,
String locality,
String region,
String postcode,
String country,
Type... types) |
Email(Group group,
List<Parameter> params,
String value)
Factory constructor.
|
Email(Group group,
String value) |
Geo(Group group,
List<Parameter> params,
String value)
Factory constructor.
|
Key(Group group,
List<Parameter> params,
String value)
Factory constructor.
|
Org(Group group,
List<Parameter> params,
String value)
Factory constructor.
|
Org(Group group,
String... value) |
Telephone(Group group,
List<Parameter> params,
String value)
Factory constructor.
|
Telephone(Group group,
URI uri,
Type... types) |
Copyright © 2008-2012 Micronode. All Rights Reserved.