net.fortuna.ical4j.model.property
Class ExDate
java.lang.Object
net.fortuna.ical4j.model.Content
net.fortuna.ical4j.model.Property
net.fortuna.ical4j.model.property.DateListProperty
net.fortuna.ical4j.model.property.ExDate
- All Implemented Interfaces:
- java.io.Serializable
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.
- Author:
- benf
- See Also:
- Serialized Form
Fields inherited from class net.fortuna.ical4j.model.Property |
ACTION, ATTACH, ATTENDEE, BUSYTYPE, CALSCALE, CATEGORIES, CLASS, COMMENT, COMPLETED, CONTACT, COUNTRY, CREATED, DESCRIPTION, DTEND, DTSTAMP, DTSTART, DUE, DURATION, EXDATE, EXPERIMENTAL_PREFIX, EXRULE, EXTENDED_ADDRESS, FREEBUSY, GEO, LAST_MODIFIED, LOCALITY, LOCATION, LOCATION_TYPE, METHOD, NAME, ORGANIZER, PERCENT_COMPLETE, POSTALCODE, PRIORITY, PRODID, RDATE, RECURRENCE_ID, REGION, RELATED_TO, REPEAT, REQUEST_STATUS, RESOURCES, RRULE, SEQUENCE, STATUS, STREET_ADDRESS, SUMMARY, TEL, TRANSP, TRIGGER, TZID, TZNAME, TZOFFSETFROM, TZOFFSETTO, TZURL, UID, URL, VERSION |
Method Summary |
void |
validate()
Perform validation on a property. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ExDate
public ExDate()
- Default constructor.
ExDate
public ExDate(ParameterList aList,
java.lang.String aValue)
throws java.text.ParseException
- Parameters:
aList
- a list of parameters for this componentaValue
- a value string for this component
- Throws:
java.text.ParseException
- where the specified value string is not a valid date-time/date representation
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 componentdList
- a list of dates
validate
public final void validate()
throws ValidationException
- Description copied from class:
Property
- Perform validation on a property.
- Specified by:
validate
in class Property
- Throws:
ValidationException
- where the property is not in a valid state- See Also:
Property.validate()
Copyright © 2004-2009 Modularity. All Rights Reserved.