Class VVenue.Factory
- java.lang.Object
-
- net.fortuna.ical4j.model.Content.Factory
-
- net.fortuna.ical4j.model.component.VVenue.Factory
-
- All Implemented Interfaces:
Serializable
,ComponentFactory<VVenue>
- Enclosing class:
- VVenue
public static class VVenue.Factory extends Content.Factory implements ComponentFactory<VVenue>
Default factory.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VVenue
createComponent()
VVenue
createComponent(PropertyList properties)
VVenue
createComponent(PropertyList properties, ComponentList subComponents)
-
Methods inherited from class net.fortuna.ical4j.model.Content.Factory
supports
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.fortuna.ical4j.model.ComponentFactory
supports
-
-
-
-
Method Detail
-
createComponent
public VVenue createComponent()
- Specified by:
createComponent
in interfaceComponentFactory<VVenue>
-
createComponent
public VVenue createComponent(PropertyList properties)
- Specified by:
createComponent
in interfaceComponentFactory<VVenue>
-
createComponent
public VVenue createComponent(PropertyList properties, ComponentList subComponents)
- Specified by:
createComponent
in interfaceComponentFactory<VVenue>
-
-