net.fortuna.ical4j.model.property
Class LocationType
Property
net.fortuna.ical4j.model.property.LocationType
public class LocationType
extends Property
$Id$
Created: [Apr 6, 2004]
Defines a LOCATION_TYPE iCalendar component property.
LocationType
public LocationType()
Default constructor.
LocationType
public LocationType(LocationTypeList cList)
cList
- a list of locationTypes
LocationType
public LocationType(ParameterList aList,
LocationTypeList cList)
aList
- a list of parameters for this componentcList
- a list of locationTypes
LocationType
public LocationType(ParameterList aList,
String aValue)
aList
- a list of parameters for this componentaValue
- a value string for this component
LocationType
public LocationType(String aValue)
aValue
- a value string for this component
getLocationTypes
public final LocationTypeList getLocationTypes()
- Returns the locationTypes.
getValue
public final String getValue()
setValue
public final void setValue(String aValue)
validate
public final void validate()
throws ValidationException
net.fortuna.ical4j.model.Property.validate()