Module ical4j.core

Class Display.Factory

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

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

    • Factory

      public Factory()
  • Method Details

    • createParameter

      public Display 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<Display>
      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