|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.fortuna.ical4j.model.LocationTypeList
public class LocationTypeList
$Id LocationTypeList.java $ [23-Apr-2004] Defines a list of iCalendar location types.
| Constructor Summary | |
|---|---|
LocationTypeList()
Default constructor. |
|
LocationTypeList(java.lang.String aValue)
Parses the specified string representation to create a list of categories. |
|
| Method Summary | |
|---|---|
boolean |
add(java.lang.String locationType)
Add a location type to the list. |
boolean |
isEmpty()
|
java.util.Iterator |
iterator()
|
boolean |
remove(java.lang.String locationType)
Remove a locationType from the list. |
int |
size()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LocationTypeList()
public LocationTypeList(java.lang.String aValue)
aValue - a string representation of a list of categories| Method Detail |
|---|
public final java.lang.String toString()
toString in class java.lang.Objectpublic final boolean add(java.lang.String locationType)
locationType - the location type to add
List.add(java.lang.Object)public final boolean isEmpty()
List.isEmpty()public final java.util.Iterator iterator()
List.iterator()public final boolean remove(java.lang.String locationType)
locationType - the location type to remove
List.remove(java.lang.Object)public final int size()
List.size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||