java.lang.Object
net.fortuna.ical4j.model.Content
net.fortuna.ical4j.model.Parameter
net.fortuna.ical4j.model.parameter.AltRep
- All Implemented Interfaces:
Serializable,Comparable<Parameter>,Encodable
$Id$ [18-Apr-2004]
Defines an Alternate Text Representation parameter.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class net.fortuna.ical4j.model.Parameter
ABBREV, ALTREP, CN, CUTYPE, DELEGATED_FROM, DELEGATED_TO, DERIVED, DIR, DISPLAY, EMAIL, ENCODING, EXPERIMENTAL_PREFIX, FBTYPE, FEATURE, FMTTYPE, LABEL, LANGUAGE, MEMBER, ORDER, PARTSTAT, RANGE, RELATED, RELTYPE, ROLE, RSVP, SCHEDULE_AGENT, SCHEDULE_STATUS, SCHEMA, SENT_BY, TYPE, TZID, VALUE, VVENUE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AltRep
- Parameters:
aValue- a string representation of an alternate text represenation- Throws:
IllegalArgumentException- when the specified string is not a value (quoted) uri
-
AltRep
- Parameters:
aUri- a URI representing an alternate text representation
-
-
Method Details