Uses of Class
ezvcard.property.Organization

Packages that use Organization
ezvcard   
ezvcard.io.scribe   
 

Uses of Organization in ezvcard
 

Methods in ezvcard that return Organization
 Organization VCard.getOrganization()
           Gets the hierarchy of department(s) to which the person belongs.
 Organization VCard.setOrganization(String... departments)
           Sets the hierarchy of departments to which the person belongs.
 

Methods in ezvcard that return types with arguments of type Organization
 List<Organization> VCard.getOrganizations()
           Gets all instances of the organization property.
 

Methods in ezvcard with parameters of type Organization
 void VCard.addOrganization(Organization organization)
           Adds a hierarchy of departments to which the person belongs.
 void VCard.addOrganizationAlt(Organization... altRepresentations)
           Adds an organization property as a group of alternative representations (see: description of ALTID).
 void VCard.setOrganization(Organization organization)
           Sets the hierarchy of departments to which the person belongs.
 void VCard.setOrganizationAlt(Organization... altRepresentations)
           Sets the organization property as a group of alternative representations (see: description of ALTID).
 

Method parameters in ezvcard with type arguments of type Organization
 void VCard.addOrganizationAlt(Collection<Organization> altRepresentations)
           Adds an organization property as a group of alternative representations (see: description of ALTID).
 void VCard.setOrganizationAlt(Collection<Organization> altRepresentations)
           Sets the organization property as a group of alternative representations (see: description of ALTID).
 

Uses of Organization in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return Organization
protected  Organization OrganizationScribe._parseHtml(HCardElement element, List<String> warnings)
           
protected  Organization OrganizationScribe._parseJson(JCardValue value, VCardDataType dataType, VCardParameters parameters, List<String> warnings)
           
protected  Organization OrganizationScribe._parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters, List<String> warnings)
           
protected  Organization OrganizationScribe._parseXml(XCardElement element, VCardParameters parameters, List<String> warnings)
           
 

Methods in ezvcard.io.scribe with parameters of type Organization
protected  JCardValue OrganizationScribe._writeJson(Organization property)
           
protected  String OrganizationScribe._writeText(Organization property, VCardVersion version)
           
protected  void OrganizationScribe._writeXml(Organization property, XCardElement parent)
           
 



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