Class Participant.Factory
java.lang.Object
net.fortuna.ical4j.model.Content.Factory
net.fortuna.ical4j.model.component.Participant.Factory
- All Implemented Interfaces:
Serializable,ComponentFactory<Participant>
- Enclosing class:
- Participant
public static class Participant.Factory
extends Content.Factory
implements ComponentFactory<Participant>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateComponent(PropertyList<Property> properties) createComponent(PropertyList<Property> properties, ComponentList<Component> subComponents) Methods inherited from class net.fortuna.ical4j.model.Content.Factory
supportsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.fortuna.ical4j.model.ComponentFactory
supports
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
createComponent
- Specified by:
createComponentin interfaceComponentFactory<Participant>
-
createComponent
- Specified by:
createComponentin interfaceComponentFactory<Participant>
-
createComponent
public Participant createComponent(PropertyList<Property> properties, ComponentList<Component> subComponents) - Specified by:
createComponentin interfaceComponentFactory<Participant>
-