biweekly.property.marshaller
Class LocationMarshaller

java.lang.Object
  extended by biweekly.property.marshaller.ICalPropertyMarshaller<T>
      extended by biweekly.property.marshaller.TextPropertyMarshaller<Location>
          extended by biweekly.property.marshaller.LocationMarshaller

public class LocationMarshaller
extends TextPropertyMarshaller<Location>

Marshals Location 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.TextPropertyMarshaller
dataType
 
Fields inherited from class biweekly.property.marshaller.ICalPropertyMarshaller
clazz, propertyName, qname
 
Constructor Summary
LocationMarshaller()
           
 
Method Summary
protected  Location newInstance(String value)
           
 
Methods inherited from class biweekly.property.marshaller.TextPropertyMarshaller
_parseText, _parseXml, _writeText, _writeXml
 
Methods inherited from class biweekly.property.marshaller.ICalPropertyMarshaller
_prepareParameters, 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

LocationMarshaller

public LocationMarshaller()
Method Detail

newInstance

protected Location newInstance(String value)
Specified by:
newInstance in class TextPropertyMarshaller<Location>


Copyright © 2013 Michael Angstadt. All Rights Reserved.