net.fortuna.ical4j.model
public interface PropertyFactory extends Serializable
Serializable
to support referencing
from Property
instances.
$Id$
Created on 16/06/2005Modifier and Type | Method and Description |
---|---|
Property |
createProperty(String name) |
Property |
createProperty(String name,
ParameterList parameters,
String value) |
Property createProperty(String name)
name
- a property nameProperty createProperty(String name, ParameterList parameters, String value) throws IOException, URISyntaxException, ParseException
name
- a property nameparameters
- a list of property parametersvalue
- a property valueIOException
- where an unexpected error occurs reading dataURISyntaxException
- where data contains an invalid URIParseException
- where data is unable to be parsed correctlyCopyright © 2004-2013 Micronode. All Rights Reserved.