ezvcard.io.scribe
Class DeathdateScribe

java.lang.Object
  extended by ezvcard.io.scribe.VCardPropertyScribe<T>
      extended by ezvcard.io.scribe.DateOrTimePropertyScribe<Deathdate>
          extended by ezvcard.io.scribe.DeathdateScribe

public class DeathdateScribe
extends DateOrTimePropertyScribe<Deathdate>

Marshals Deathdate properties.

Author:
Michael Angstadt

Nested Class Summary
 
Nested classes/interfaces inherited from class ezvcard.io.scribe.VCardPropertyScribe
VCardPropertyScribe.DateWriter, VCardPropertyScribe.Result<T extends VCardProperty>, VCardPropertyScribe.SemiStructuredIterator, VCardPropertyScribe.Splitter, VCardPropertyScribe.StructuredIterator
 
Field Summary
 
Fields inherited from class ezvcard.io.scribe.VCardPropertyScribe
clazz, propertyName, qname
 
Constructor Summary
DeathdateScribe()
           
 
Method Summary
protected  Deathdate newInstance(Date date, boolean hasTime)
           
protected  Deathdate newInstance(PartialDate partialDate)
           
protected  Deathdate newInstance(String text)
           
 
Methods inherited from class ezvcard.io.scribe.DateOrTimePropertyScribe
_dataType, _defaultDataType, _parseHtml, _parseJson, _parseText, _parseXml, _writeJson, _writeText, _writeXml
 
Methods inherited from class ezvcard.io.scribe.VCardPropertyScribe
_prepareParameters, dataType, date, date, defaultDataType, escape, getPropertyClass, getPropertyName, getQName, handlePrefParam, list, list, list, missingXmlElements, missingXmlElements, parseHtml, parseJson, parseText, parseXml, prepareParameters, semistructured, semistructured, split, structured, structured, structured, unescape, writeJson, writeText, writeXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeathdateScribe

public DeathdateScribe()
Method Detail

newInstance

protected Deathdate newInstance(String text)
Specified by:
newInstance in class DateOrTimePropertyScribe<Deathdate>

newInstance

protected Deathdate newInstance(Date date,
                                boolean hasTime)
Specified by:
newInstance in class DateOrTimePropertyScribe<Deathdate>

newInstance

protected Deathdate newInstance(PartialDate partialDate)
Specified by:
newInstance in class DateOrTimePropertyScribe<Deathdate>


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