Class ScheduleStatus.Factory
- java.lang.Object
-
- net.fortuna.ical4j.model.Content.Factory
-
- net.fortuna.ical4j.model.parameter.ScheduleStatus.Factory
-
- All Implemented Interfaces:
Serializable
,ParameterFactory<ScheduleStatus>
- Enclosing class:
- ScheduleStatus
public static class ScheduleStatus.Factory extends Content.Factory implements ParameterFactory<ScheduleStatus>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScheduleStatus
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 ScheduleStatus 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<ScheduleStatus>
- 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
-
-