biweekly.component.marshaller
Class RawComponentMarshaller

java.lang.Object
  extended by biweekly.component.marshaller.ICalComponentMarshaller<RawComponent>
      extended by biweekly.component.marshaller.RawComponentMarshaller

public class RawComponentMarshaller
extends ICalComponentMarshaller<RawComponent>

Author:
Michael Angstadt

Field Summary
 
Fields inherited from class biweekly.component.marshaller.ICalComponentMarshaller
clazz, componentName
 
Constructor Summary
RawComponentMarshaller(String componentName)
          Creates a new raw component marshaller.
 
Method Summary
protected  RawComponent _newInstance()
          Creates a new instance of the component class.
 
Methods inherited from class biweekly.component.marshaller.ICalComponentMarshaller
emptyInstance, getComponentClass, getComponentName, getComponents, getProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawComponentMarshaller

public RawComponentMarshaller(String componentName)
Creates a new raw component marshaller.

Parameters:
componentName - the component's name (e.g. "X-PARTY")
Method Detail

_newInstance

protected RawComponent _newInstance()
Description copied from class: ICalComponentMarshaller
Creates a new instance of the component class.

Specified by:
_newInstance in class ICalComponentMarshaller<RawComponent>
Returns:
the new instance


Copyright © 2013 Michael Angstadt. All Rights Reserved.