Uses of Class
ezvcard.util.TelUri

Packages that use TelUri
ezvcard.property   
ezvcard.util   
 

Uses of TelUri in ezvcard.property
 

Methods in ezvcard.property that return TelUri
 TelUri Telephone.getUri()
          Gets a "tel" URI representing the phone number.
 

Methods in ezvcard.property with parameters of type TelUri
 void Telephone.setUri(TelUri uri)
          Sets a "tel" URI representing the phone number.
 

Constructors in ezvcard.property with parameters of type TelUri
Telephone(TelUri uri)
          Creates a telephone property.
 

Uses of TelUri in ezvcard.util
 

Methods in ezvcard.util that return TelUri
 TelUri TelUri.Builder.build()
          Builds the final TelUri object.
static TelUri TelUri.parse(String uri)
          Parses a tel URI.
 

Constructors in ezvcard.util with parameters of type TelUri
TelUri.Builder(TelUri original)
          Creates a new TelUri builder.
 



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