Class Region.Factory
- java.lang.Object
-
- net.fortuna.ical4j.model.Content.Factory
-
- net.fortuna.ical4j.model.property.Region.Factory
-
- All Implemented Interfaces:
Serializable
,PropertyFactory<Region>
- Enclosing class:
- Region
public static class Region.Factory extends Content.Factory implements PropertyFactory<Region>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Region
createProperty()
Region
createProperty(ParameterList parameters, 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
supports
-
-
-
-
Method Detail
-
createProperty
public Region createProperty(ParameterList parameters, String value) throws IOException, URISyntaxException, ParseException
- Specified by:
createProperty
in interfacePropertyFactory<Region>
- Parameters:
parameters
- a list of property parametersvalue
- a property value- Returns:
- a new instance of the specified property
- Throws:
IOException
- where an unexpected error occurs reading dataURISyntaxException
- where data contains an invalid URIParseException
- where data is unable to be parsed correctly
-
createProperty
public Region createProperty()
- Specified by:
createProperty
in interfacePropertyFactory<Region>
- Returns:
- a new instance of the specified property
-
-