net.fortuna.ical4j.model.property

Class 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.

Constructor Summary

ExDate()
Default constructor.
ExDate(DateList dList)
ExDate(ParameterList aList, DateList dList)
ExDate(ParameterList aList, String aValue)

Method Summary

void
validate()

Constructor Details

ExDate

public ExDate()
Default constructor.

ExDate

public ExDate(DateList dList)
Parameters:
dList - a list of dates

ExDate

public ExDate(ParameterList aList,
              DateList dList)
Parameters:
aList - a list of parameters for this component
dList - a list of dates

ExDate

public ExDate(ParameterList aList,
              String aValue)
            throws ParseException
Parameters:
aList - a list of parameters for this component
aValue - a value string for this component

Method Details

validate

public final void validate()
            throws ValidationException