Uses of Class
ezvcard.property.Impp

Packages that use Impp
ezvcard   
ezvcard.io.scribe   
ezvcard.property   
 

Uses of Impp in ezvcard
 

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

Methods in ezvcard with parameters of type Impp
 void VCard.addImpp(Impp impp)
          Adds an instant messaging handle.
 void VCard.addImppAlt(Impp... altRepresentations)
           Adds an impp property as a group of alternative representations (see: description of ALTID).
 

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

Uses of Impp in ezvcard.io.scribe
 

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

Methods in ezvcard.io.scribe with parameters of type Impp
protected  JCardValue ImppScribe._writeJson(Impp property)
           
protected  String ImppScribe._writeText(Impp property, VCardVersion version)
           
protected  void ImppScribe._writeXml(Impp property, XCardElement parent)
           
 String ImppScribe.writeHtmlLink(Impp property)
          Builds a URI suitable for use as a link on a webpage.
 

Uses of Impp in ezvcard.property
 

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



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