Class LinkRel
- java.lang.Object
-
- net.fortuna.ical4j.model.Content
-
- net.fortuna.ical4j.model.Parameter
-
- net.fortuna.ical4j.model.parameter.LinkRel
-
- All Implemented Interfaces:
Serializable
,Comparable<Parameter>
public class LinkRel extends Parameter
Purpose: This property specifies the relationship of data referenced by a LINK property. Format Definition: This parameter is defined by the following notation: linkrelparam = "LINKREL" "=" (DQUOTE uri DQUOTE / iana-token) ; Other IANA registered type Description: This parameter MUST be specified on all LINK properties and define the type of reference. This allows programs consuming this data to automatically scan for references they support. There is no default relation type. Any link relation in the link registry established by [RFC8288], or new link relations, may be used. It is expected that link relation types seeing significant usage in calendaring will have the calendaring usage described in an RFC.
- See Also:
- rfc9253, Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LinkRel.Factory
-
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
-
-