java.lang.Object
net.fortuna.ical4j.model.Content.Factory
net.fortuna.ical4j.model.property.BusyType.Factory
- All Implemented Interfaces:
Serializable,PropertyFactory<BusyType>
- Enclosing class:
- BusyType
- See Also:
-
Constructor Summary
Constructors -
Method Summary
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.PropertyFactory
createProperty, supports
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
createProperty
- Specified by:
createPropertyin interfacePropertyFactory<BusyType>- Parameters:
parameters- a list of property parametersvalue- a property value- Returns:
- a new instance of the specified property
-
createProperty
- Specified by:
createPropertyin interfacePropertyFactory<BusyType>- Returns:
- a new instance of the specified property
-