net.fortuna.ical4j.model
public class LocationTypeList extends Object implements Serializable
Constructor and Description |
---|
LocationTypeList()
Default constructor.
|
LocationTypeList(String aValue)
Parses the specified string representation to create a list of categories.
|
public LocationTypeList()
public LocationTypeList(String aValue)
aValue
- a string representation of a list of categoriespublic final boolean add(String locationType)
locationType
- the location type to addList.add(java.lang.Object)
public final boolean isEmpty()
List.isEmpty()
public final Iterator iterator()
List.iterator()
public final boolean remove(String locationType)
locationType
- the location type to removeList.remove(java.lang.Object)
public final int size()
List.size()
Copyright © 2004-2013 Micronode. All Rights Reserved.