Uses of Class
ezvcard.property.TextProperty

Packages that use TextProperty
ezvcard.io.scribe   
ezvcard.property   
 

Uses of TextProperty in ezvcard.io.scribe
 

Classes in ezvcard.io.scribe with type parameters of type TextProperty
 class StringPropertyScribe<T extends TextProperty>
          Marshals properties that contain a single string value (like text or a URI).
 class UriPropertyScribe<T extends TextProperty>
          Marshals properties that have URI values.
 

Uses of TextProperty in ezvcard.property
 

Subclasses of TextProperty in ezvcard.property
 class CalendarRequestUri
          A URL to use for sending a scheduling request to the person's calendar.
 class CalendarUri
          A URL to the person's calendar.
 class Classification
          Describes the sensitivity of the information in the vCard.
 class Email
          An email address associated with a person.
 class Expertise
          Defines a professional subject area that the person has knowledge of.
 class FormattedName
          Shows how the person's name should be displayed.
 class FreeBusyUrl
          A URL that shows when the person is free/busy on their calendar.
 class Hobby
          Defines a recreational activity that the person actively engages in.
 class Interest
          Defines a recreational activity that the person is interested in.
 class Kind
          Defines the type of entity that this vCard represents, such as an individual or an organization.
 class Label
           Defines the exact text to put on the mailing label when mailing a package or letter to the person.
 class Language
          A language that the person speaks.
 class Mailer
          The email client that the person uses.
 class Member
          The members that make up the group.
 class Note
          A free-form text field that contains miscellaneous information.
 class OrgDirectory
          Defines a URI representing the person's work place, which can be used to lookup information on the person's co-workers.
 class ProductId
          Defines the product that created the vCard.
 class Profile
          Marks the vCard as being an vCard.
 class RawProperty
          Holds the property value as-is.
 class Role
          The function that the person plays in his or her organization.
 class SortString
           Defines a string that should be used when an application sorts this vCard in some way.
 class Source
          A URL that can be used to retrieve the most up-to-date version of the person's vCard.
 class SourceDisplayText
          Provides a textual representation of Source.
 class Title
          The person's position or job in his or her organization.
 class Uid
          A globally unique identifier of the person.
 class UriProperty
          Represents a property whose value is a URI (for example, Url).
 class Url
          A URL pointing to the person's homepage or business website.
 



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