Uses of Class
ezvcard.property.Role

Packages that use Role
ezvcard   
ezvcard.io.scribe   
 

Uses of Role in ezvcard
 

Methods in ezvcard that return Role
 Role VCard.addRole(String role)
          Adds a role associated with the person.
 

Methods in ezvcard that return types with arguments of type Role
 List<Role> VCard.getRoles()
          Gets the roles associated with the person.
 

Methods in ezvcard with parameters of type Role
 void VCard.addRole(Role role)
          Adds a role associated with the person.
 void VCard.addRoleAlt(Role... altRepresentations)
           Adds a role property as a group of alternative representations (see: description of ALTID).
 

Method parameters in ezvcard with type arguments of type Role
 void VCard.addRoleAlt(Collection<Role> altRepresentations)
           Adds a role property as a group of alternative representations (see: description of ALTID).
 

Uses of Role in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return Role
protected  Role RoleScribe._parseValue(String value)
           
 



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