Module ical4j.core

Class XParameter.Factory

java.lang.Object
net.fortuna.ical4j.model.Content.Factory
net.fortuna.ical4j.model.parameter.XParameter.Factory
All Implemented Interfaces:
Serializable, ParameterFactory<XParameter>
Enclosing class:
XParameter

public static class XParameter.Factory extends Content.Factory implements ParameterFactory<XParameter>
See Also:
  • Constructor Details

    • Factory

      public Factory(String name)
  • Method Details

    • createParameter

      public XParameter createParameter(String value)
      Description copied from interface: ParameterFactory
      Returns a parameter instance of the appropriate type with the specified value.
      Specified by:
      createParameter in interface ParameterFactory<XParameter>
      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