Class Derived.Factory
java.lang.Object
net.fortuna.ical4j.model.Content.Factory
net.fortuna.ical4j.model.parameter.Derived.Factory
- All Implemented Interfaces:
Serializable,ParameterFactory<Derived>
- Enclosing class:
- Derived
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateParameter(String value) Returns a parameter instance of the appropriate type with the specified value.Methods inherited from class net.fortuna.ical4j.model.Content.Factory
supportsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.fortuna.ical4j.model.ParameterFactory
supports
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
createParameter
Description copied from interface:ParameterFactoryReturns a parameter instance of the appropriate type with the specified value.- Specified by:
createParameterin interfaceParameterFactory<Derived>- Parameters:
value- a value to assign to the returned parameter- Returns:
- a parameter instance, or null if this factory is unable to create an appropriate parameter
- Throws:
URISyntaxException- where an invalid URI is encountered
-