|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.fortuna.ical4j.model.Content
net.fortuna.ical4j.model.Property
net.fortuna.ical4j.model.property.DateListProperty
net.fortuna.ical4j.model.property.ExDate
public class ExDate
Defines a EXDATE iCalendar component property.
| Field Summary |
|---|
| Fields inherited from class net.fortuna.ical4j.model.Property |
|---|
ACTION, ATTACH, ATTENDEE, 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 |
| Constructor Summary | |
|---|---|
ExDate()
Default constructor. |
|
ExDate(DateList dList)
|
|
ExDate(ParameterList aList,
DateList dList)
|
|
ExDate(ParameterList aList,
java.lang.String aValue)
|
|
| Method Summary | |
|---|---|
void |
validate()
Perform validation on a property. |
| Methods inherited from class net.fortuna.ical4j.model.property.DateListProperty |
|---|
getDates, getValue, setTimeZone, setUtc, setValue |
| Methods inherited from class net.fortuna.ical4j.model.Property |
|---|
copy, equals, getName, getParameter, getParameters, getParameters, hashCode, isCalendarProperty, isComponentProperty, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExDate()
public ExDate(ParameterList aList,
java.lang.String aValue)
throws java.text.ParseException
aList - a list of parameters for this componentaValue - a value string for this component
java.text.ParseException - where the specified value string is not a valid date-time/date representationpublic ExDate(DateList dList)
dList - a list of dates
public ExDate(ParameterList aList,
DateList dList)
aList - a list of parameters for this componentdList - a list of dates| Method Detail |
|---|
public final void validate()
throws ValidationException
Property
validate in class PropertyValidationException - where the property is not in a valid stateProperty.validate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||