net.fortuna.ical4j.model

Interface PropertyFactory

public interface PropertyFactory

$Id: PropertyFactory.java,v 1.9 2008/12/16 12:34:52 fortuna Exp $ Created on 16/06/2005 A factory for creating iCalendar properties.

Method Summary

Property
createProperty(String name)
Property
createProperty(String name, ParameterList parameters, String value)

Method Details

createProperty

public Property createProperty(String name)
Parameters:
name -
Returns:

createProperty

public Property createProperty(String name,
                               ParameterList parameters,
                               String value)
            throws IOException,
                   URISyntaxException,
                   ParseException
Parameters:
name -
parameters -
value -
Returns: