|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.fortuna.ical4j.model.Component
net.fortuna.ical4j.model.component.CalendarComponent
public abstract class CalendarComponent
Base class for components that may be added to a calendar.
| Field Summary |
|---|
| Fields inherited from class net.fortuna.ical4j.model.Component |
|---|
BEGIN, END, EXPERIMENTAL_PREFIX, VALARM, VEVENT, VFREEBUSY, VJOURNAL, VTIMEZONE, VTODO, VVENUE |
| Constructor Summary | |
|---|---|
CalendarComponent(java.lang.String name)
|
|
CalendarComponent(java.lang.String name,
PropertyList properties)
|
|
| Method Summary |
|---|
| Methods inherited from class net.fortuna.ical4j.model.Component |
|---|
calculateRecurrenceSet, copy, equals, getName, getProperties, getProperties, getProperty, hashCode, toString, validate, validate, validateProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CalendarComponent(java.lang.String name)
name - component name
public CalendarComponent(java.lang.String name,
PropertyList properties)
name - component nameproperties - component properties
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||