Uses of Class
ezvcard.VCardDataType

Packages that use VCardDataType
ezvcard   
ezvcard.io.json   
ezvcard.io.scribe   
ezvcard.io.xml   
ezvcard.parameter   
ezvcard.property   
 

Uses of VCardDataType in ezvcard
 

Fields in ezvcard declared as VCardDataType
static VCardDataType VCardDataType.BINARY
          Supported versions: 3.0
static VCardDataType VCardDataType.BOOLEAN
          Supported versions: 4.0
static VCardDataType VCardDataType.CONTENT_ID
          Supported versions: 2.1 (p.8-9)
static VCardDataType VCardDataType.DATE
          Supported versions: 3.0, 4.0
static VCardDataType VCardDataType.DATE_AND_OR_TIME
          Supported versions: 4.0
static VCardDataType VCardDataType.DATE_TIME
          Supported versions: 3.0, 4.0
static VCardDataType VCardDataType.FLOAT
          Supported versions: 4.0
static VCardDataType VCardDataType.INTEGER
          Supported versions: 4.0
static VCardDataType VCardDataType.LANGUAGE_TAG
          Supported versions: 4.0
static VCardDataType VCardDataType.TEXT
          Supported versions: 2.1, 3.0, 4.0
static VCardDataType VCardDataType.TIME
          Supported versions: 3.0, 4.0
static VCardDataType VCardDataType.TIMESTAMP
          Supported versions: 4.0
static VCardDataType VCardDataType.URI
          Supported versions: 3.0, 4.0
static VCardDataType VCardDataType.URL
          Supported versions: 2.1 (p.18-9)
static VCardDataType VCardDataType.UTC_OFFSET
          Supported versions: 4.0
 

Methods in ezvcard that return VCardDataType
static VCardDataType VCardDataType.find(String dataType)
          Searches for a data type that is defined as a static constant in this class.
static VCardDataType VCardDataType.get(String dataType)
          Searches for a data type and creates one if it cannot be found.
 

Methods in ezvcard that return types with arguments of type VCardDataType
static Collection<VCardDataType> VCardDataType.all()
          Gets all of the data types that are defined as static constants in this class.
 

Uses of VCardDataType in ezvcard.io.json
 

Methods in ezvcard.io.json with parameters of type VCardDataType
 void JCardRawReader.JCardDataStreamListener.readProperty(String group, String propertyName, VCardParameters parameters, VCardDataType dataType, JCardValue value)
          Called when a property is read.
 void JCardRawWriter.writeProperty(String group, String propertyName, VCardParameters parameters, VCardDataType dataType, JCardValue value)
          Writes a property to the current vCard.
 void JCardRawWriter.writeProperty(String propertyName, VCardDataType dataType, JCardValue value)
          Writes a property to the current component.
 

Uses of VCardDataType in ezvcard.io.scribe
 

Fields in ezvcard.io.scribe declared as VCardDataType
protected  VCardDataType SimplePropertyScribe.dataType
           
 

Methods in ezvcard.io.scribe that return VCardDataType
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)
           
 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.
 

Methods in ezvcard.io.scribe with parameters of type VCardDataType
protected  Xml XmlScribe._parseJson(JCardValue value, VCardDataType dataType, VCardParameters parameters, List<String> warnings)
           
protected  T VCardPropertyScribe._parseJson(JCardValue value, VCardDataType dataType, VCardParameters parameters, List<String> warnings)
           Unmarshals a property from a JSON data stream (jCard).
protected  Timezone TimezoneScribe._parseJson(JCardValue value, VCardDataType dataType, VCardParameters parameters, List<String> warnings)
           
protected  Telephone TelephoneScribe._parseJson(JCardValue value, VCardDataType dataType, VCardParameters parameters, List<String> warnings)
           
protected  StructuredName StructuredNameScribe._parseJson(JCardValue value, VCardDataType dataType, VCardParameters parameters, List<String> warnings)
           
protected  T SimplePropertyScribe._parseJson(JCardValue value, VCardDataType dataType, VCardParameters parameters, List<String> warnings)
           
protected  Revision RevisionScribe._parseJson(JCardValue value, VCardDataType dataType, VCardParameters parameters, List<String> warnings)
           
protected  Related RelatedScribe._parseJson(JCardValue value, VCardDataType dataType, VCardParameters parameters, List<String> warnings)
           
protected  Organization OrganizationScribe._parseJson(JCardValue value, VCardDataType dataType, VCardParameters parameters, List<String> warnings)
           
protected  T ListPropertyScribe._parseJson(JCardValue value, VCardDataType dataType, VCardParameters parameters, List<String> warnings)
           
protected  Impp ImppScribe._parseJson(JCardValue value, VCardDataType dataType, VCardParameters parameters, List<String> warnings)
           
protected  Geo GeoScribe._parseJson(JCardValue value, VCardDataType dataType, VCardParameters parameters, List<String> warnings)
           
protected  Gender GenderScribe._parseJson(JCardValue value, VCardDataType dataType, VCardParameters parameters, List<String> warnings)
           
protected  Deathplace DeathplaceScribe._parseJson(JCardValue value, VCardDataType dataType, VCardParameters parameters, List<String> warnings)
           
protected  T DateOrTimePropertyScribe._parseJson(JCardValue value, VCardDataType dataType, VCardParameters parameters, List<String> warnings)
           
protected  ClientPidMap ClientPidMapScribe._parseJson(JCardValue value, VCardDataType dataType, VCardParameters parameters, List<String> warnings)
           
protected  Birthplace BirthplaceScribe._parseJson(JCardValue value, VCardDataType dataType, VCardParameters parameters, List<String> warnings)
           
protected  T BinaryPropertyScribe._parseJson(JCardValue value, VCardDataType dataType, VCardParameters parameters, List<String> warnings)
           
protected  Address AddressScribe._parseJson(JCardValue value, VCardDataType dataType, VCardParameters parameters, List<String> warnings)
           
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 static CannotParseException VCardPropertyScribe.missingXmlElements(VCardDataType... dataTypes)
          Creates a CannotParseException, indicating that the XML elements that the parser expected to find are missing from the property's XML element.
 VCardPropertyScribe.Result<T> VCardPropertyScribe.parseJson(JCardValue value, VCardDataType dataType, VCardParameters parameters)
          Unmarshals a property's value from a JSON data stream (jCard).
 VCardPropertyScribe.Result<T> VCardPropertyScribe.parseText(String value, VCardDataType dataType, VCardVersion version, VCardParameters parameters)
          Unmarshals a property from a plain-text vCard.
 

Constructors in ezvcard.io.scribe with parameters of type VCardDataType
SimplePropertyScribe(Class<T> clazz, String propertyName, VCardDataType dataType)
           
StringPropertyScribe(Class<T> clazz, String propertyName, VCardDataType dataType)
           
 

Uses of VCardDataType in ezvcard.io.xml
 

Methods in ezvcard.io.xml with parameters of type VCardDataType
 List<String> XCardElement.all(VCardDataType dataType)
          Gets all the values of a given data type.
 Element XCardElement.append(VCardDataType dataType, String value)
          Adds a value.
 String XCardElement.first(VCardDataType... dataTypes)
          Gets the first value with one of the given data types.
 void XCardDocument.registerParameterDataType(String parameterName, VCardDataType dataType)
          Registers the data type of an experimental parameter.
 

Uses of VCardDataType in ezvcard.parameter
 

Methods in ezvcard.parameter that return VCardDataType
 VCardDataType VCardParameters.getValue()
           Gets the VALUE parameter.
 

Methods in ezvcard.parameter with parameters of type VCardDataType
 void VCardParameters.setValue(VCardDataType value)
           Sets the VALUE parameter.
 

Uses of VCardDataType in ezvcard.property
 

Methods in ezvcard.property that return VCardDataType
 VCardDataType RawProperty.getDataType()
          Gets the data type of the property's value.
 

Methods in ezvcard.property with parameters of type VCardDataType
 void RawProperty.setDataType(VCardDataType dataType)
          Sets the data type of the property's value.
 

Constructors in ezvcard.property with parameters of type VCardDataType
RawProperty(String propertyName, String value, VCardDataType dataType)
          Creates a raw property.
 



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