Uses of Class
ezvcard.property.Member

Packages that use Member
ezvcard   
ezvcard.io.scribe   
 

Uses of Member in ezvcard
 

Methods in ezvcard that return types with arguments of type Member
 List<Member> VCard.getMembers()
          Gets the members of the group.
 

Methods in ezvcard with parameters of type Member
 void VCard.addMember(Member member)
          Adds a member to the group.
 void VCard.addMemberAlt(Member... altRepresentations)
           Adds a member property as a group of alternative representations (see: description of ALTID).
 

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

Uses of Member in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return Member
protected  Member MemberScribe._parseValue(String value)
           
 



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