Class Parameter

java.lang.Object
net.fortuna.ical4j.model.Content
net.fortuna.ical4j.model.Parameter
All Implemented Interfaces:
Serializable, Comparable<Parameter>
Direct Known Subclasses:
Abbrev, AltRep, Cn, CuType, DelegatedFrom, DelegatedTo, Derived, Dir, Display, Email, Encoding, FbType, Feature, FmtType, Gap, Label, Language, LinkRel, Member, Order, PartStat, Range, Related, RelType, Role, Rsvp, ScheduleAgent, ScheduleStatus, Schema, SentBy, Type, TzId, Value, Vvenue, XParameter

public abstract class Parameter extends Content implements Comparable<Parameter>
Defines an iCalendar parameter. Subclasses of this class provide additional validation and typed values for specific iCalendar parameters.

Note that subclasses must provide a reference to the factory used to create the parameter to support parameter cloning (copy). If no factory is specified an UnsupportedOperationException will be thrown by the copy() method.

See Also: