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