Uses of Class
ezvcard.property.RawProperty

Packages that use RawProperty
ezvcard   
ezvcard.io.scribe   
 

Uses of RawProperty in ezvcard
 

Methods in ezvcard that return RawProperty
 RawProperty VCard.addExtendedProperty(String name, String value)
          Adds an extended property.
 RawProperty VCard.getExtendedProperty(String name)
          Gets the first extended property with a given name.
 RawProperty VCard.setExtendedProperty(String name, String value)
          Replaces all existing extended properties with the given name with a single property instance.
 

Methods in ezvcard that return types with arguments of type RawProperty
 List<RawProperty> VCard.getExtendedProperties()
          Gets all extended properties.
 List<RawProperty> VCard.getExtendedProperties(String name)
          Gets all extended properties with a given name.
 

Uses of RawProperty in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return RawProperty
protected  RawProperty RawPropertyScribe._parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters, List<String> warnings)
           
 

Methods in ezvcard.io.scribe with parameters of type RawProperty
protected  VCardDataType RawPropertyScribe._dataType(RawProperty property, VCardVersion version)
           
protected  String RawPropertyScribe._writeText(RawProperty property, VCardVersion version)
           
 



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