Class Death.Factory
- java.lang.Object
-
- net.fortuna.ical4j.model.Content.Factory
-
- net.fortuna.ical4j.vcard.property.Death.Factory
-
- All Implemented Interfaces:
Serializable
,PropertyFactory<Death>
,PropertyFactory<Death>
- Enclosing class:
- Death
public static class Death.Factory extends Content.Factory implements PropertyFactory<Death>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Death
createProperty(ParameterList params, String value)
Death
createProperty(Group group, ParameterList params, 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
-
Methods inherited from interface net.fortuna.ical4j.vcard.PropertyFactory
createProperty
-
-
-
-
Method Detail
-
createProperty
public Death createProperty(ParameterList params, String value)
- Specified by:
createProperty
in interfacePropertyFactory<Death>
-
createProperty
public Death createProperty(Group group, ParameterList params, String value)
- Specified by:
createProperty
in interfacePropertyFactory<Death>
- Parameters:
group
- the property groupparams
- property parameters used to construct a new instancevalue
- a property value used to construct a new instance- Returns:
- a new property instance
-
-