Package net.fortuna.ical4j.model

Contains core types used to define the iCalendar model.

See:
          Description

Interface Summary
Escapable Implementors by definition require their string value to be converted to/from an escaped form when converting to/from and iCalendar representation.
ParameterFactory Implementors provide parameter creation services.
PropertyFactory A factory for creating iCalendar properties.
TimeZoneRegistry Implementors provide a list of timezone definitions applicable for use with iCalendar objects.
 

Class Summary
AbstractContentFactory Abstract implementation of a content factory.
AddressList Defines a list of iCalendar addresses.
Calendar Defines an iCalendar calendar.
CategoryList Defines a list of iCalendar categories.
Component Defines an iCalendar component.
ComponentFactory A factory for creating iCalendar components.
ComponentList Defines a list of iCalendar components.
Content Base class for calendar content in the form of properties and parameters.
Date Base class for all representations of time values in RFC2445.
DateList Defines a list of iCalendar dates.
DateTime Represents a time of day on a specific date.
DefaultTimeZoneRegistryFactory Default factory implementation for timezone registries.
Dur Represents a duration of time in iCalendar.
IndexedComponentList Provides indexing of components on a specific property.
IndexedPropertyList Provides indexing of properties on a specific parameter.
Iso8601 Base class for date and time representations as defined by the ISO 8601 standard.
LocationTypeList Defines a list of iCalendar location types.
NumberList Defines a list of numbers.
Parameter Defines an iCalendar parameter.
ParameterFactoryImpl A factory for creating iCalendar parameters.
ParameterList Defines a list of iCalendar parameters.
Period Defines a period of time.
PeriodList Defines a list of iCalendar periods.
Property Defines an iCalendar property.
PropertyFactoryImpl A factory for creating iCalendar properties.
PropertyList Defines a list of iCalendar properties.
Recur Defines a recurrence.
ResourceList Defines a list of iCalendar resouces.
Time A type used to represent iCalendar time values.
TimeZone A Java timezone implementation based on an underlying VTimeZone definition.
TimeZoneRegistryFactory Provides access to the configured TimeZoneRegistry instance.
TimeZoneRegistryImpl The default implementation of a TimeZoneRegistry.
UtcOffset Represents a timezone offset from UTC time.
WeekDay Defines a day of the week with a possible offset related to a MONTHLY or YEARLY occurrence.
WeekDayList Defines a list of days.
 

Exception Summary
ValidationException An exception thrown during validation.
 

Package net.fortuna.ical4j.model Description

Contains core types used to define the iCalendar model.



Copyright © 2004-2007 Modularity. All Rights Reserved.