Class VFreeBusy.Factory
- java.lang.Object
- 
- net.fortuna.ical4j.model.Content.Factory
- 
- net.fortuna.ical4j.model.component.VFreeBusy.Factory
 
 
- 
- All Implemented Interfaces:
- Serializable,- ComponentFactory<VFreeBusy>
 - Enclosing class:
- VFreeBusy
 
 public static class VFreeBusy.Factory extends Content.Factory implements ComponentFactory<VFreeBusy> - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description Factory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description VFreeBusycreateComponent()VFreeBusycreateComponent(PropertyList properties)- 
Methods inherited from class net.fortuna.ical4j.model.Content.Factorysupports
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface net.fortuna.ical4j.model.ComponentFactorycreateComponent, supports
 
- 
 
- 
- 
- 
Method Detail- 
createComponentpublic VFreeBusy createComponent() - Specified by:
- createComponentin interface- ComponentFactory<VFreeBusy>
 
 - 
createComponentpublic VFreeBusy createComponent(PropertyList properties) - Specified by:
- createComponentin interface- ComponentFactory<VFreeBusy>
 
 
- 
 
-