Uses of Class
ezvcard.types.ImppType

Packages that use ImppType
ezvcard   
ezvcard.types   
 

Uses of ImppType in ezvcard
 

Methods in ezvcard that return types with arguments of type ImppType
 List<ImppType> VCard.getImpps()
          Gets the instant messaging handles.
 

Methods in ezvcard with parameters of type ImppType
 void VCard.addImpp(ImppType impp)
          Adds an instant messaging handle.
 

Uses of ImppType in ezvcard.types
 

Methods in ezvcard.types that return ImppType
static ImppType ImppType.aim(String handle)
          Creates an IMPP property that contains a AOL Instant Messenger handle.
static ImppType ImppType.icq(String handle)
          Creates an IMPP property that contains an ICQ handle.
static ImppType ImppType.irc(String handle)
          Creates an IMPP property that contains an IRC handle.
static ImppType ImppType.msn(String handle)
          Creates an IMPP property that contains an MSN IMPP property.
static ImppType ImppType.sip(String handle)
          Creates an IMPP property that contains a Session Initiation Protocol handle.
static ImppType ImppType.skype(String handle)
          Creates an IMPP property that contains a Skype handle.
static ImppType ImppType.xmpp(String handle)
          Creates an IMPP property that contains an Extensible Messaging and Presence Protocol handle.
static ImppType ImppType.yahoo(String handle)
          Creates an IMPP property that contains a Yahoo! Messenger handle.
 



Copyright © 2012-2013. All Rights Reserved.