biweekly.component.marshaller
Class VFreeBusyMarshaller
java.lang.Object
biweekly.component.marshaller.ICalComponentMarshaller<VFreeBusy>
biweekly.component.marshaller.VFreeBusyMarshaller
public class VFreeBusyMarshaller
- extends ICalComponentMarshaller<VFreeBusy>
- Author:
- Michael Angstadt
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VFreeBusyMarshaller
public VFreeBusyMarshaller()
getProperties
public List<ICalProperty> getProperties(VFreeBusy component)
- Description copied from class:
ICalComponentMarshaller
- Gets the properties to marshal. Child classes can override this for
better control over which properties are marshalled.
- Overrides:
getProperties
in class ICalComponentMarshaller<VFreeBusy>
- Parameters:
component
- the component
- Returns:
- the properties to marshal
_newInstance
protected VFreeBusy _newInstance()
- Description copied from class:
ICalComponentMarshaller
- Creates a new instance of the component class.
- Specified by:
_newInstance
in class ICalComponentMarshaller<VFreeBusy>
- Returns:
- the new instance
Copyright © 2013 Michael Angstadt. All Rights Reserved.