net.fortuna.ical4j.model
Interface PropertyFactory

All Known Implementing Classes:
PropertyFactoryImpl

public interface PropertyFactory

A factory for creating iCalendar properties.

Author:
Ben Fortuna

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

Method Detail

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:
Throws:
IOException
URISyntaxException
ParseException