Class AltRep.Factory
- java.lang.Object
-
- net.fortuna.ical4j.model.Content.Factory
-
- net.fortuna.ical4j.model.parameter.AltRep.Factory
-
- All Implemented Interfaces:
Serializable
,ParameterFactory<AltRep>
- Enclosing class:
- AltRep
public static class AltRep.Factory extends Content.Factory implements ParameterFactory<AltRep>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AltRep
createParameter(String value)
Returns a parameter instance of the appropriate type with the specified 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.ParameterFactory
supports
-
-
-
-
Method Detail
-
createParameter
public AltRep createParameter(String value)
Description copied from interface:ParameterFactory
Returns a parameter instance of the appropriate type with the specified value.- Specified by:
createParameter
in interfaceParameterFactory<AltRep>
- 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
-
-