java.lang.Object
net.fortuna.ical4j.model.TextList
- All Implemented Interfaces:
Serializable
$Id$ [23-Apr-2004]
Defines a list of iCalendar text elements.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TextList
public TextList()Default constructor. -
TextList
Parses the specified string representation to create a list of categories.- Parameters:
aValue- a string representation of a list of categories
-
TextList
-
TextList
- Parameters:
textValues- an array of text values
-
-
Method Details
-
toString
-
add
Add an address to the list.- Parameters:
text- the category to add- Returns:
- true
- See Also:
-
remove
Remove a text from the list.- Parameters:
text- the text element to remove- Returns:
- true if the list contained the specified text element
- See Also:
-
getTexts
-