Package | Description |
---|---|
net.fortuna.ical4j.vcard |
Support for vCard.
|
Modifier and Type | Method and Description |
---|---|
Property.Id |
Property.getId() |
static Property.Id |
Property.Id.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Property.Id[] |
Property.Id.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Property> |
VCard.getProperties(Property.Id id)
Returns a list of properties for the VCard instance with a matching identifier.
|
Property |
VCard.getProperty(Property.Id id)
Returns the first property found matching the specified identifier.
|
Constructor and Description |
---|
Property(Group group,
Property.Id id) |
Property(Group group,
Property.Id id,
List<Parameter> parameters) |
Property(Property.Id id) |
Property(Property.Id id,
List<Parameter> parameters) |
Copyright © 2008-2012 Micronode. All Rights Reserved.