Package | Description |
---|---|
net.fortuna.ical4j.vcard |
Support for vCard.
|
net.fortuna.ical4j.vcard.parameter |
Implementation of vCard parameters.
|
net.fortuna.ical4j.vcard.property |
Implementation of vCard properties.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ParameterFactory<T extends Parameter> |
Modifier and Type | Method and Description |
---|---|
Parameter |
Property.getExtendedParameter(String name)
Returns the first non-standard parameter with a matching name.
|
Parameter |
Property.getParameter(Parameter.Id id)
Returns the first parameter with a matching identifier.
|
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
Property.getExtendedParameters(String name)
Returns a list of non-standard parameters matching the specified name.
|
ParameterFactory<? extends Parameter> |
ParameterFactoryRegistry.getFactory(String value) |
List<Parameter> |
Property.getParameters() |
List<Parameter> |
Property.getParameters(Parameter.Id id)
Returns a list of parameters matching the specified identifier.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Property.assertPidParameter(Parameter param) |
protected void |
Property.assertPrefParameter(Parameter param) |
protected void |
Property.assertTextParameter(Parameter param) |
protected void |
Property.assertTypeParameter(Parameter param) |
Modifier and Type | Method and Description |
---|---|
T |
PropertyFactory.createProperty(Group group,
List<Parameter> params,
String value) |
T |
PropertyFactory.createProperty(List<Parameter> params,
String value) |
void |
ParameterFactoryRegistry.register(String extendedName,
ParameterFactory<Parameter> factory)
Registers a non-standard parameter factory.
|
Constructor and Description |
---|
Property(Group group,
Property.Id id,
List<Parameter> parameters) |
Property(Group group,
String extendedName,
List<Parameter> parameters) |
Property(Property.Id id,
List<Parameter> parameters) |
Property(String extendedName,
List<Parameter> parameters) |
Modifier and Type | Class and Description |
---|---|
class |
Altid
ALTID parameter.
|
class |
Calscale
CALSCALE parameter.
|
class |
Encoding
ENCODING parameter.
|
class |
Fmttype
FMTTYPE parameter.
|
class |
Geo
GEO parameter.
|
class |
Language
LANGUAGE parameter.
|
class |
Pid
PID parameter.
|
class |
Pref
PREF parameter.
|
class |
SortAs
SORT-AS parameter.
|
class |
Type
TYPE parameter.
|
class |
Tz
CALSCALE parameter.
|
class |
Value
VALUE parameter.
|
class |
Version
VERSION parameter.
|
Constructor and Description |
---|
Address(Group group,
List<Parameter> params,
String value)
Factory constructor.
|
Address(List<Parameter> params,
String value) |
Agent(List<Parameter> params,
String value)
Factory constructor.
|
BDay(List<Parameter> params,
String value)
Factory constructor.
|
Birth(List<Parameter> params,
String value)
Factory constructor.
|
CalAdrUri(List<Parameter> params,
String value) |
CalUri(List<Parameter> params,
String value)
Factory constructor.
|
Categories(List<Parameter> params,
String value)
Factory constructor.
|
Clazz(List<Parameter> params,
String value)
Factory constructor.
|
DDay(List<Parameter> params,
String value)
Factory constructor.
|
Death(List<Parameter> params,
String value)
Factory constructor.
|
Email(Group group,
List<Parameter> params,
String value)
Factory constructor.
|
Email(List<Parameter> params,
String value)
Factory constructor.
|
FbUrl(List<Parameter> params,
String value)
Factory constructor.
|
Fn(List<Parameter> params,
String value)
Factory constructor.
|
Geo(Group group,
List<Parameter> params,
String value)
Factory constructor.
|
Geo(List<Parameter> params,
String value)
Factory constructor.
|
Impp(List<Parameter> params,
String value) |
Key(Group group,
List<Parameter> params,
String value)
Factory constructor.
|
Key(List<Parameter> params,
String value)
Factory constructor.
|
Kind(List<Parameter> params,
String value)
Factory constructor.
|
Label(List<Parameter> params,
String value)
Factory constructor.
|
Lang(List<Parameter> params,
String value)
Factory constructor.
|
Logo(List<Parameter> params,
String value)
Factory constructor.
|
Member(List<Parameter> params,
String value)
Factory constructor.
|
N(List<Parameter> params,
String value)
Factory constructor.
|
Name(List<Parameter> params,
String value)
Factory constructor.
|
Nickname(List<Parameter> params,
String value)
Factory constructor.
|
Note(List<Parameter> params,
String value)
Factory constructor.
|
Org(Group group,
List<Parameter> params,
String value)
Factory constructor.
|
Org(List<Parameter> params,
String value)
Factory constructor.
|
Photo(List<Parameter> params,
String value)
Factory constructor.
|
ProdId(List<Parameter> params,
String value)
Factory constructor.
|
Related(List<Parameter> params,
String value)
Factory constructor.
|
Revision(List<Parameter> params,
String value)
Factory constructor.
|
Role(List<Parameter> params,
String value)
Factory constructor.
|
SortString(List<Parameter> params,
String value)
Factory constructor.
|
Sound(List<Parameter> params,
String value)
Factory constructor.
|
Source(List<Parameter> params,
String value)
Factory constructor.
|
Telephone(Group group,
List<Parameter> params,
String value)
Factory constructor.
|
Telephone(List<Parameter> params,
String value)
Factory constructor.
|
Title(List<Parameter> params,
String value)
Factory constructor.
|
Tz(List<Parameter> params,
String value)
Factory constructor.
|
Uid(List<Parameter> params,
String value)
Factory constructor.
|
Url(List<Parameter> params,
String value)
Factory constructor.
|
Copyright © 2008-2012 Micronode. All Rights Reserved.