Uses of Class
ezvcard.VCardSubTypes

Packages that use VCardSubTypes
ezvcard   
ezvcard.types   
 

Uses of VCardSubTypes in ezvcard
 

Constructors in ezvcard with parameters of type VCardSubTypes
VCardSubTypes(VCardSubTypes orig)
          Copy constructor.
 

Uses of VCardSubTypes in ezvcard.types
 

Fields in ezvcard.types declared as VCardSubTypes
protected  VCardSubTypes VCardType.subTypes
          The list of attributes that are associated with this type (called "sub types" or "parameters").
 

Methods in ezvcard.types that return VCardSubTypes
 VCardSubTypes VCardType.getSubTypes()
          Gets all sub types (a.k.a "parameters") associated with this type.
 VCardSubTypes VCardType.marshalSubTypes(VCardVersion version, List<String> warnings, CompatibilityMode compatibilityMode, VCard vcard)
          Gets the Sub Types to send over the wire.
 

Methods in ezvcard.types with parameters of type VCardSubTypes
protected  void VCardType.doMarshalSubTypes(VCardSubTypes subTypes, VCardVersion version, List<String> warnings, CompatibilityMode compatibilityMode, VCard vcard)
          Gets the sub types that will be sent over the wire.
protected  void TimezoneType.doMarshalSubTypes(VCardSubTypes copy, VCardVersion version, List<String> warnings, CompatibilityMode compatibilityMode, VCard vcard)
           
protected  void TelephoneType.doMarshalSubTypes(VCardSubTypes copy, VCardVersion version, List<String> warnings, CompatibilityMode compatibilityMode, VCard vcard)
           
protected  void RelatedType.doMarshalSubTypes(VCardSubTypes copy, VCardVersion version, List<String> warnings, CompatibilityMode compatibilityMode, VCard vcard)
           
protected  void KeyType.doMarshalSubTypes(VCardSubTypes copy, VCardVersion version, List<String> warnings, CompatibilityMode compatibilityMode, VCard vcard)
           
protected  void GeoType.doMarshalSubTypes(VCardSubTypes copy, VCardVersion version, List<String> warnings, CompatibilityMode compatibilityMode, VCard vcard)
           
protected  void EmailType.doMarshalSubTypes(VCardSubTypes copy, VCardVersion version, List<String> warnings, CompatibilityMode compatibilityMode, VCard vcard)
           
protected  void DeathplaceType.doMarshalSubTypes(VCardSubTypes copy, VCardVersion version, List<String> warnings, CompatibilityMode compatibilityMode, VCard vcard)
           
protected  void DateOrTimeType.doMarshalSubTypes(VCardSubTypes copy, VCardVersion version, List<String> warnings, CompatibilityMode compatibilityMode, VCard vcard)
           
protected  void BirthplaceType.doMarshalSubTypes(VCardSubTypes copy, VCardVersion version, List<String> warnings, CompatibilityMode compatibilityMode, VCard vcard)
           
protected  void BinaryType.doMarshalSubTypes(VCardSubTypes copy, VCardVersion version, List<String> warnings, CompatibilityMode compatibilityMode, VCard vcard)
           
protected  void AgentType.doMarshalSubTypes(VCardSubTypes copy, VCardVersion version, List<String> warnings, CompatibilityMode compatibilityMode, VCard vcard)
           
protected  void AddressType.doMarshalSubTypes(VCardSubTypes copy, VCardVersion version, List<String> warnings, CompatibilityMode compatibilityMode, VCard vcard)
           
 void VCardType.unmarshalText(VCardSubTypes subTypes, String value, VCardVersion version, List<String> warnings, CompatibilityMode compatibilityMode)
          Unmarshals the type value from off the wire.
 void VCardType.unmarshalXml(VCardSubTypes subTypes, Element element, VCardVersion version, List<String> warnings, CompatibilityMode compatibilityMode)
          Unmarshals the type from an xCard (XML document).
 



Copyright © 2012-2013. All Rights Reserved.