net.fortuna.ical4j.model
public interface ParameterFactory extends Serializable
Serializable
to support referencing
from Parameter
instances.Modifier and Type | Method and Description |
---|---|
Parameter |
createParameter(String name,
String value)
Returns a parameter instance of the appropriate type with the specified value.
|
Parameter createParameter(String name, String value) throws URISyntaxException
name
- a parameter names that identifies the parameter typevalue
- a value to assign to the returned parameterURISyntaxException
- where an invalid URI is encounteredCopyright © 2004-2013 Micronode. All Rights Reserved.