Module ical4j.core

Class TextList

java.lang.Object
net.fortuna.ical4j.model.TextList
All Implemented Interfaces:
Serializable

public class TextList extends Object implements Serializable
$Id$ [23-Apr-2004] Defines a list of iCalendar text elements.
See Also:
  • Constructor Details

    • TextList

      public TextList()
      Default constructor.
    • TextList

      public TextList(String aValue)
      Parses the specified string representation to create a list of categories.
      Parameters:
      aValue - a string representation of a list of categories
    • TextList

      public TextList(List<String> texts)
    • TextList

      public TextList(String... textValues)
      Parameters:
      textValues - an array of text values
  • Method Details