net.fortuna.ical4j.model.property
Class ExDate
DateListProperty
net.fortuna.ical4j.model.property.ExDate
public class ExDate
extends DateListProperty
$Id: ExDate.java,v 1.12 2008/12/16 12:34:51 fortuna Exp $
Created: [Apr 6, 2004]
Defines a EXDATE iCalendar component property.
ExDate() - Default constructor.
|
ExDate(DateList dList)
|
ExDate(ParameterList aList, DateList dList)
|
ExDate(ParameterList aList, String aValue)
|
ExDate
public ExDate()
Default constructor.
ExDate
public ExDate(DateList dList)
ExDate
public ExDate(ParameterList aList,
DateList dList)
aList
- a list of parameters for this componentdList
- a list of dates
ExDate
public ExDate(ParameterList aList,
String aValue)
throws ParseException
aList
- a list of parameters for this componentaValue
- a value string for this component
validate
public final void validate()
throws ValidationException