Uses of Class
ezvcard.types.NicknameType

Packages that use NicknameType
ezvcard   
ezvcard.io   
 

Uses of NicknameType in ezvcard
 

Methods in ezvcard that return NicknameType
 NicknameType VCard.getNickname()
           Gets the person's nicknames.
 NicknameType VCard.setNickname(String... nicknames)
           Sets one or more nicknames.
 

Methods in ezvcard that return types with arguments of type NicknameType
 List<NicknameType> VCard.getNicknames()
           Gets all instances of the NICKNAME property.
 

Methods in ezvcard with parameters of type NicknameType
 void VCard.addNickname(NicknameType nickname)
           Adds an instance of the NICKNAME property to the vCard.
 void VCard.setNickname(NicknameType nickname)
           Sets one or more nicknames.
 

Uses of NicknameType in ezvcard.io
 

Fields in ezvcard.io declared as NicknameType
protected  NicknameType HCardReader.nickname
           
 



Copyright © 2012-2013. All Rights Reserved.