Class FreeBusy.Factory
- java.lang.Object
-
- net.fortuna.ical4j.model.Content.Factory
-
- net.fortuna.ical4j.model.property.FreeBusy.Factory
-
- All Implemented Interfaces:
Serializable
,PropertyFactory<FreeBusy>
- Enclosing class:
- FreeBusy
public static class FreeBusy.Factory extends Content.Factory implements PropertyFactory<FreeBusy>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FreeBusy
createProperty()
FreeBusy
createProperty(ParameterList parameters, String value)
-
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.PropertyFactory
createProperty, supports
-
-
-
-
Method Detail
-
createProperty
public FreeBusy createProperty(ParameterList parameters, String value)
- Specified by:
createProperty
in interfacePropertyFactory<FreeBusy>
- Parameters:
parameters
- a list of property parametersvalue
- a property value- Returns:
- a new instance of the specified property
-
createProperty
public FreeBusy createProperty()
- Specified by:
createProperty
in interfacePropertyFactory<FreeBusy>
- Returns:
- a new instance of the specified property
-
-