Class Related.Factory

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

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

    • Factory

      public Factory()
  • Method Details

    • createParameter

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