biweekly.property.marshaller
Class RecurrenceIdMarshaller

java.lang.Object
  extended by biweekly.property.marshaller.ICalPropertyMarshaller<T>
      extended by biweekly.property.marshaller.DateOrDateTimePropertyMarshaller<RecurrenceId>
          extended by biweekly.property.marshaller.RecurrenceIdMarshaller

public class RecurrenceIdMarshaller
extends DateOrDateTimePropertyMarshaller<RecurrenceId>

Marshals RecurrenceId properties.

Author:
Michael Angstadt

Nested Class Summary
 
Nested classes/interfaces inherited from class biweekly.property.marshaller.ICalPropertyMarshaller
ICalPropertyMarshaller.DateParser, ICalPropertyMarshaller.DateWriter, ICalPropertyMarshaller.Result<T>, ICalPropertyMarshaller.Splitter
 
Field Summary
 
Fields inherited from class biweekly.property.marshaller.ICalPropertyMarshaller
clazz, propertyName, qname
 
Constructor Summary
RecurrenceIdMarshaller()
           
 
Method Summary
protected  RecurrenceId newInstance(Date date, boolean hasTime)
           
 
Methods inherited from class biweekly.property.marshaller.DateOrDateTimePropertyMarshaller
_parseText, _parseXml, _prepareParameters, _writeText, _writeXml
 
Methods inherited from class biweekly.property.marshaller.ICalPropertyMarshaller
date, date, escape, getPropertyClass, getPropertyName, getQName, parseComponent, parseList, parseText, parseXml, prepareParameters, split, unescape, writeText, writeXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecurrenceIdMarshaller

public RecurrenceIdMarshaller()
Method Detail

newInstance

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


Copyright © 2013 Michael Angstadt. All Rights Reserved.