Uses of Class
ezvcard.VCardVersion

Packages that use VCardVersion
ezvcard   
ezvcard.io.scribe   
ezvcard.io.text   
ezvcard.io.xml   
ezvcard.parameter   
ezvcard.property   
 

Uses of VCardVersion in ezvcard
 

Methods in ezvcard that return VCardVersion
 VCardVersion VCard.getVersion()
          Gets the version attached to this vCard.
static VCardVersion VCardVersion.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VCardVersion VCardVersion.valueOfByStr(String value)
          Gets a VCardVersion instance based on the given text representation.
static VCardVersion VCardVersion.valueOfByXmlNamespace(String ns)
          Gets a VCardVersion instance based on the given XML namespace.
static VCardVersion[] VCardVersion.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ezvcard with parameters of type VCardVersion
 boolean VCardDataType.isSupported(VCardVersion version)
          Determines if the data type is supported by the given vCard version.
 void VCard.setVersion(VCardVersion version)
          Sets the version of this vCard.
 ValidationWarnings VCard.validate(VCardVersion version)
          Checks this vCard for data consistency problems or deviations from the spec.
 Ezvcard.WriterChainText Ezvcard.WriterChainText.version(VCardVersion version)
           Sets the version that all the vCards will be marshalled to.
 

Uses of VCardVersion in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe with parameters of type VCardVersion
protected  VCardDataType AgentScribe._dataType(Agent property, VCardVersion version)
           
protected  VCardDataType BirthplaceScribe._dataType(Birthplace property, VCardVersion version)
           
protected  VCardDataType DeathplaceScribe._dataType(Deathplace property, VCardVersion version)
           
protected  VCardDataType RawPropertyScribe._dataType(RawProperty property, VCardVersion version)
           
protected  VCardDataType RelatedScribe._dataType(Related property, VCardVersion version)
           
protected  VCardDataType TelephoneScribe._dataType(Telephone property, VCardVersion version)
           
protected  VCardDataType TimezoneScribe._dataType(Timezone property, VCardVersion version)
           
protected  VCardDataType VCardPropertyScribe._dataType(T property, VCardVersion version)
           Determines the data type of a property instance.
protected  VCardDataType DateOrTimePropertyScribe._dataType(T property, VCardVersion version)
           
protected  VCardDataType BinaryPropertyScribe._dataType(T property, VCardVersion version)
           
protected  VCardDataType XmlScribe._defaultDataType(VCardVersion version)
           
protected abstract  VCardDataType VCardPropertyScribe._defaultDataType(VCardVersion version)
           Determines the property's default data type.
protected  VCardDataType TimezoneScribe._defaultDataType(VCardVersion version)
           
protected  VCardDataType TelephoneScribe._defaultDataType(VCardVersion version)
           
protected  VCardDataType StructuredNameScribe._defaultDataType(VCardVersion version)
           
protected  VCardDataType SimplePropertyScribe._defaultDataType(VCardVersion version)
           
protected  VCardDataType RevisionScribe._defaultDataType(VCardVersion version)
           
protected  VCardDataType RelatedScribe._defaultDataType(VCardVersion version)
           
protected  VCardDataType RawPropertyScribe._defaultDataType(VCardVersion version)
           
protected  VCardDataType OrganizationScribe._defaultDataType(VCardVersion version)
           
protected  VCardDataType ListPropertyScribe._defaultDataType(VCardVersion version)
           
protected  VCardDataType ImppScribe._defaultDataType(VCardVersion version)
           
protected  VCardDataType GeoScribe._defaultDataType(VCardVersion version)
           
protected  VCardDataType GenderScribe._defaultDataType(VCardVersion version)
           
protected  VCardDataType DeathplaceScribe._defaultDataType(VCardVersion version)
           
protected  VCardDataType DateOrTimePropertyScribe._defaultDataType(VCardVersion version)
           
protected  VCardDataType ClientPidMapScribe._defaultDataType(VCardVersion version)
           
protected  VCardDataType BirthplaceScribe._defaultDataType(VCardVersion version)
           
protected  VCardDataType BinaryPropertyScribe._defaultDataType(VCardVersion version)
           
protected  VCardDataType AgentScribe._defaultDataType(VCardVersion version)
           
protected  VCardDataType AddressScribe._defaultDataType(VCardVersion version)
           
protected  Xml XmlScribe._parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters, List<String> warnings)
           
protected abstract  T VCardPropertyScribe._parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters, List<String> warnings)
          Unmarshals a property from a plain-text vCard.
protected  Timezone TimezoneScribe._parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters, List<String> warnings)
           
protected  Telephone TelephoneScribe._parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters, List<String> warnings)
           
protected  StructuredName StructuredNameScribe._parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters, List<String> warnings)
           
protected  T SimplePropertyScribe._parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters, List<String> warnings)
           
protected  Revision RevisionScribe._parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters, List<String> warnings)
           
protected  Related RelatedScribe._parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters, List<String> warnings)
           
protected  RawProperty RawPropertyScribe._parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters, List<String> warnings)
           
protected  Organization OrganizationScribe._parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters, List<String> warnings)
           
protected  T ListPropertyScribe._parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters, List<String> warnings)
           
protected  Impp ImppScribe._parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters, List<String> warnings)
           
protected  Geo GeoScribe._parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters, List<String> warnings)
           
protected  Gender GenderScribe._parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters, List<String> warnings)
           
protected  Deathplace DeathplaceScribe._parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters, List<String> warnings)
           
protected  T DateOrTimePropertyScribe._parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters, List<String> warnings)
           
protected  ClientPidMap ClientPidMapScribe._parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters, List<String> warnings)
           
protected  Birthplace BirthplaceScribe._parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters, List<String> warnings)
           
protected  T BinaryPropertyScribe._parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters, List<String> warnings)
           
protected  Agent AgentScribe._parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters, List<String> warnings)
           
protected  Address AddressScribe._parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters, List<String> warnings)
           
protected  void AddressScribe._prepareParameters(Address property, VCardParameters copy, VCardVersion version, VCard vcard)
           
protected  void EmailScribe._prepareParameters(Email property, VCardParameters copy, VCardVersion version, VCard vcard)
           
protected  void TelephoneScribe._prepareParameters(Telephone property, VCardParameters copy, VCardVersion version, VCard vcard)
           
protected  void VCardPropertyScribe._prepareParameters(T property, VCardParameters copy, VCardVersion version, VCard vcard)
           Sanitizes a property's parameters before the property is written.
protected  void BinaryPropertyScribe._prepareParameters(T property, VCardParameters copy, VCardVersion version, VCard vcard)
           
protected  String AddressScribe._writeText(Address property, VCardVersion version)
           
protected  String AgentScribe._writeText(Agent property, VCardVersion version)
           
protected  String BirthplaceScribe._writeText(Birthplace property, VCardVersion version)
           
protected  String ClientPidMapScribe._writeText(ClientPidMap property, VCardVersion version)
           
protected  String DeathplaceScribe._writeText(Deathplace property, VCardVersion version)
           
protected  String GenderScribe._writeText(Gender property, VCardVersion version)
           
protected  String GeoScribe._writeText(Geo property, VCardVersion version)
           
protected  String ImppScribe._writeText(Impp property, VCardVersion version)
           
protected  String OrganizationScribe._writeText(Organization property, VCardVersion version)
           
protected  String RawPropertyScribe._writeText(RawProperty property, VCardVersion version)
           
protected  String RelatedScribe._writeText(Related property, VCardVersion version)
           
protected  String RevisionScribe._writeText(Revision property, VCardVersion version)
           
protected  String StructuredNameScribe._writeText(StructuredName property, VCardVersion version)
           
protected  String TelephoneScribe._writeText(Telephone property, VCardVersion version)
           
protected  String TimezoneScribe._writeText(Timezone property, VCardVersion version)
           
protected abstract  String VCardPropertyScribe._writeText(T property, VCardVersion version)
          Marshals a property's value to a string.
protected  String SimplePropertyScribe._writeText(T property, VCardVersion version)
           
protected  String ListPropertyScribe._writeText(T property, VCardVersion version)
           
protected  String DateOrTimePropertyScribe._writeText(T property, VCardVersion version)
           
protected  String BinaryPropertyScribe._writeText(T property, VCardVersion version)
           
protected  String XmlScribe._writeText(Xml property, VCardVersion version)
           
protected  T BinaryPropertyScribe.cannotUnmarshalValue(String value, VCardVersion version, List<String> warnings, U contentType)
          Called if the unmarshalling code cannot determine how to unmarshal the value.
 VCardDataType VCardPropertyScribe.dataType(T property, VCardVersion version)
          Determines the data type of a property instance.
 VCardDataType VCardPropertyScribe.defaultDataType(VCardVersion version)
           Determines the property's default data type.
protected static void VCardPropertyScribe.handlePrefParam(VCardProperty property, VCardParameters copy, VCardVersion version, VCard vcard)
          Utility method for switching between the "PREF" and "TYPE=PREF" parameters, depending on the target vCard version.
protected  U BinaryPropertyScribe.parseContentType(VCardParameters parameters, VCardVersion version)
           
 VCardPropertyScribe.Result<T> VCardPropertyScribe.parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters)
          Unmarshals a property from a plain-text vCard.
 VCardParameters VCardPropertyScribe.prepareParameters(T property, VCardVersion version, VCard vcard)
          Sanitizes a property's parameters (called before the property is written).
 String VCardPropertyScribe.writeText(T property, VCardVersion version)
          Marshals a property's value to a string.
 

Uses of VCardVersion in ezvcard.io.text
 

Methods in ezvcard.io.text that return VCardVersion
 VCardVersion VCardWriter.getTargetVersion()
          Gets the version that the vCards should adhere to.
 VCardVersion VCardRawWriter.getVersion()
          Gets the vCard version that the writer is adhering to.
 

Methods in ezvcard.io.text with parameters of type VCardVersion
 void VCardRawReader.VCardDataStreamListener.readVersion(VCardVersion version)
          Called when the vCard's VERSION property is read.
 void VCardWriter.setTargetVersion(VCardVersion targetVersion)
          Sets the version that the vCards should adhere to.
 void VCardRawWriter.setVersion(VCardVersion version)
          Sets the vCard version that the writer should adhere to.
 

Constructors in ezvcard.io.text with parameters of type VCardVersion
VCardRawWriter(Writer writer, VCardVersion version)
          Creates a vCard raw writer using the standard folding scheme and newline sequence.
VCardRawWriter(Writer writer, VCardVersion version, FoldingScheme foldingScheme)
          Creates a vCard raw writer using the standard newline sequence.
VCardRawWriter(Writer writer, VCardVersion version, FoldingScheme foldingScheme, String newline)
          Creates a vCard raw writer.
VCardWriter(File file, boolean append, VCardVersion targetVersion)
          Creates a writer that writes vCards to a file (uses the standard folding scheme and newline sequence).
VCardWriter(File file, boolean append, VCardVersion targetVersion, FoldingScheme foldingScheme, String newline)
          Creates a writer that writes vCards to a file.
VCardWriter(OutputStream out, VCardVersion targetVersion)
          Creates a writer that writes vCards to an output stream (uses the standard folding scheme and newline sequence).
VCardWriter(OutputStream out, VCardVersion targetVersion, FoldingScheme foldingScheme, String newline)
          Creates a writer that writes vCards to an output stream.
VCardWriter(Writer writer, VCardVersion targetVersion)
          Creates a writer that writes vCards to a writer (uses the standard folding scheme and newline sequence).
VCardWriter(Writer writer, VCardVersion targetVersion, FoldingScheme foldingScheme, String newline)
          Creates a writer that writes vCards to a writer.
 

Uses of VCardVersion in ezvcard.io.xml
 

Methods in ezvcard.io.xml that return VCardVersion
 VCardVersion XCardElement.version()
          Gets the vCard version.
 

Constructors in ezvcard.io.xml with parameters of type VCardVersion
XCardElement(Element element, VCardVersion version)
          Wraps an existing XML element.
XCardElement(String propertyName, VCardVersion version)
          Creates a new XML element under its own XML document.
XCardNamespaceContext(VCardVersion version, String prefix)
           
 

Uses of VCardVersion in ezvcard.parameter
 

Fields in ezvcard.parameter with type parameters of type VCardVersion
protected  Set<VCardVersion> VersionedVCardParameter.supportedVersions
           
 

Methods in ezvcard.parameter with parameters of type VCardVersion
 boolean VersionedVCardParameter.isSupported(VCardVersion version)
          Determines if the parameter value is supported by the given vCard version.
 List<Warning> VCardParameters.validate(VCardVersion version)
          Checks this parameters list for data consistency problems or deviations from the spec.
 

Constructors in ezvcard.parameter with parameters of type VCardVersion
VersionedVCardParameter(String value, VCardVersion... supportedVersions)
           
 

Uses of VCardVersion in ezvcard.property
 

Methods in ezvcard.property that return types with arguments of type VCardVersion
 Set<VCardVersion> Xml._supportedVersions()
           
protected  Set<VCardVersion> VCardProperty._supportedVersions()
           Gets the vCard versions that support this property.
 Set<VCardVersion> SourceDisplayText._supportedVersions()
           
 Set<VCardVersion> SortString._supportedVersions()
           
 Set<VCardVersion> Related._supportedVersions()
           
 Set<VCardVersion> Profile._supportedVersions()
           
 Set<VCardVersion> ProductId._supportedVersions()
           
 Set<VCardVersion> OrgDirectory._supportedVersions()
           
 Set<VCardVersion> Nickname._supportedVersions()
           
 Set<VCardVersion> Member._supportedVersions()
           
 Set<VCardVersion> Mailer._supportedVersions()
           
 Set<VCardVersion> Language._supportedVersions()
           
 Set<VCardVersion> Label._supportedVersions()
           
 Set<VCardVersion> Kind._supportedVersions()
           
 Set<VCardVersion> Interest._supportedVersions()
           
 Set<VCardVersion> Impp._supportedVersions()
           
 Set<VCardVersion> Hobby._supportedVersions()
           
 Set<VCardVersion> Gender._supportedVersions()
           
 Set<VCardVersion> FreeBusyUrl._supportedVersions()
           
 Set<VCardVersion> Expertise._supportedVersions()
           
 Set<VCardVersion> Deathplace._supportedVersions()
           
 Set<VCardVersion> Deathdate._supportedVersions()
           
 Set<VCardVersion> ClientPidMap._supportedVersions()
           
 Set<VCardVersion> Classification._supportedVersions()
           
 Set<VCardVersion> CalendarUri._supportedVersions()
           
 Set<VCardVersion> CalendarRequestUri._supportedVersions()
           
 Set<VCardVersion> Birthplace._supportedVersions()
           
 Set<VCardVersion> Anniversary._supportedVersions()
           
 Set<VCardVersion> Agent._supportedVersions()
           
 Set<VCardVersion> VCardProperty.getSupportedVersions()
          Gets the vCard versions that support this property.
 

Methods in ezvcard.property with parameters of type VCardVersion
protected  void VCardProperty._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
          Checks the property for data consistency problems or deviations from the spec.
protected  void Timezone._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void Telephone._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void SimpleProperty._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void Related._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void Profile._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void Member._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void ListProperty._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void Key._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void Impp._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void Geo._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void Gender._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void Email._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void Deathplace._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void DateOrTimeProperty._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void ClientPidMap._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void Birthplace._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void BinaryProperty._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void Agent._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
protected  void Address._validate(List<Warning> warnings, VCardVersion version, VCard vcard)
           
 List<Warning> VCardProperty.validate(VCardVersion version, VCard vcard)
          Checks the property for data consistency problems or deviations from the spec.
 



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