Uses of Class
net.sf.vcard4j.java.Type

Packages that use Type
net.sf.vcard4j.java   
net.sf.vcard4j.java.type   
 

Uses of Type in net.sf.vcard4j.java
 

Subclasses of Type in net.sf.vcard4j.java
 class ListType
           
 class SingleType
           
 class StructuredType
           
 

Methods in net.sf.vcard4j.java that return Type
 Type AddressBook.addVCard(java.lang.String typeName)
          Not implemented.
 Type VCard.addType(java.lang.String typeName)
          Not implemented.
 

Methods in net.sf.vcard4j.java with parameters of type Type
 void VCard.removeType(Type type)
           
 

Uses of Type in net.sf.vcard4j.java.type
 

Subclasses of Type in net.sf.vcard4j.java.type
 class ADR
          To specify the components of the delivery address for the vCard object.
 class AGENT
          To specify information about another person who will act on behalf of the individual or resource associated with the vCard.
 class BDAY
          To specify the birth date of the object the vCard represents.
 class CATEGORY
          To specify application category information about the vCard.
 class CLASS
          To specify the access classification for a vCard object.
 class EMAIL
          To specify the electronic mail address for communication with the object the vCard represents.
 class FN
          To specify the formatted text corresponding to the name of the object the vCard represents.
 class GEO
          To specify information related to the global positioning of the object the vCard represents.
 class KEY
          To specify a public key or authentication certificate associated with the object that the vCard represents.
 class LABEL
          To specify the formatted text corresponding to delivery address of the object the vCard represents.
 class LOGO
          To specify a graphic image of a logo associated with the object the vCard represents.
 class MAILER
          To specify the type of electronic mail software that is used by the individual associated with the vCard.
 class N
          To specify the components of the name of the object the vCard represents.
 class NICKNAME
          To specify the text corresponding to the nickname of the object the vCard represents.
 class NOTE
          To specify supplemental information or a comment that is associated with the vCard.
 class ORG
          To specify the organizational name and units associated with the vCard.
 class PHOTO
          To specify an image or photograph information that annotates some aspect of the object the vCard represents.
 class PROID
          To specify the identifier for the product that created the vCard object.
 class REV
          To specify revision information about the current vCard.
 class ROLE
          To specify information concerning the role, occupation, or business category of the object the vCard represents.
 class SORT_STRING
          To specify the family name or given name text to be used for national-language-specific sorting of the FN and N types.
 class SOUND
          To specify a digital sound content information that annotates some aspect of the vCard.
 class TEL
          To specify the telephone number for telephony communication with the object the vCard represents."
 class TITLE
          To specify the job title, functional position or function of the object the vCard represents.
 class TZ
          To specify information related to the time zone of the object the vCard represents.
 class UID
          To specify a value that represents a globally unique identifier corresponding to the individual or resource associated with the vCard.
 class URL
          To specify a uniform resource locator associated with the object that the vCard refers to.
 class VERSION
          To specify the version of the vCard specification used to format this vCard.
 class X
          To specify application specific data.