biweekly.property.marshaller
Class ResourcesMarshaller

java.lang.Object
  extended by biweekly.property.marshaller.ICalPropertyMarshaller<T>
      extended by biweekly.property.marshaller.ListPropertyMarshaller<T,String>
          extended by biweekly.property.marshaller.TextListPropertyMarshaller<Resources>
              extended by biweekly.property.marshaller.ResourcesMarshaller

public class ResourcesMarshaller
extends TextListPropertyMarshaller<Resources>

Marshals Resources 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.ListPropertyMarshaller
dataType
 
Fields inherited from class biweekly.property.marshaller.ICalPropertyMarshaller
clazz, propertyName, qname
 
Constructor Summary
ResourcesMarshaller()
           
 
Method Summary
 Resources newInstance(ICalParameters parameters)
           
 
Methods inherited from class biweekly.property.marshaller.TextListPropertyMarshaller
readValue, writeValue
 
Methods inherited from class biweekly.property.marshaller.ListPropertyMarshaller
_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

ResourcesMarshaller

public ResourcesMarshaller()
Method Detail

newInstance

public Resources newInstance(ICalParameters parameters)
Specified by:
newInstance in class ListPropertyMarshaller<Resources,String>


Copyright © 2013 Michael Angstadt. All Rights Reserved.