Package ezvcard.property

Interface Summary
HasAltId Shows that a property class supports the ALTID parameter.
 

Class Summary
Address A mailing address.
Agent An embedded vCard or URL containing the information of someone who represents the person.
Anniversary Defines the person's anniversary.
BinaryProperty<T extends MediaTypeParameter> Represents a property whose value contains binary data (for example, Photo).
Birthday Defines the person's birthday.
Birthplace Defines the location of the person's birth.
CalendarRequestUri A URL to use for sending a scheduling request to the person's calendar.
CalendarUri A URL to the person's calendar.
Categories A list of keywords (aka "tags") that can be used to describe the person.
Classification Describes the sensitivity of the information in the vCard.
ClientPidMap Maps a globally-unique URI to a PID parameter value.
DateOrTimeProperty Represents a property whose value contains a date and/or a time (for example, Birthday).
Deathdate Defines the person's time of death.
Deathplace Defines the location of the person's death.
Email An email address associated with a person.
Expertise Defines a professional subject area that the person has knowledge of.
FormattedName Shows how the person's name should be displayed.
FreeBusyUrl A URL that shows when the person is free/busy on their calendar.
Gender Defines the person's sex.
Geo A set of latitude/longitude coordinates.
Hobby Defines a recreational activity that the person actively engages in.
ImageProperty Represents a vCard property that stores image data (for example, Photo).
Impp An instant message handle.
Interest Defines a recreational activity that the person is interested in.
Key A public key for encryption.
Kind Defines the type of entity that this vCard represents, such as an individual or an organization.
Label Defines the exact text to put on the mailing label when mailing a package or letter to the person.
Language A language that the person speaks.
ListProperty<T> Represents a property whose value is a list of textual values.
Logo A company logo.
Mailer The email client that the person uses.
Member The members that make up the group.
Nickname A list of nicknames the person goes by.
Note A free-form text field that contains miscellaneous information.
Organization A list of organizations the person belongs to.
OrgDirectory Defines a URI representing the person's work place, which can be used to lookup information on the person's co-workers.
Photo A photo attached to the vCard (such as a portrait of the person).
ProductId Defines the product that created the vCard.
Profile Marks the vCard as being an vCard.
RawProperty Holds the property value as-is.
Related Someone that the person is related to.
Revision The date that the vCard was last modified by its owner.
Role The function that the person plays in his or her organization.
SimpleProperty<T> Represents a property whose data model consists of a single Java object.
SortString Defines a string that should be used when an application sorts this vCard in some way.
Sound A sound to attach to the vCard, such as a pronunciation of the person's name.
Source A URL that can be used to retrieve the most up-to-date version of the person's vCard.
SourceDisplayText Provides a textual representation of Source.
StructuredName Contains the separated components of the person's name.
Telephone A telephone number.
TextListProperty Represents a property whose value is a list of textual values.
TextProperty Represents a property whose value is just a regular text value.
Timezone Contains the timezone that the person lives/works in.
Title The person's position or job in his or her organization.
Uid A globally unique identifier of the person.
UriProperty Represents a property whose value is a URI (for example, Url).
Url A URL pointing to the person's homepage or business website.
VCardProperty Represents a vCard key/value pair entry (called a "type" or "property").
Xml Any XML data attached to the vCard.
 



Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.