Class 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
    • Constructor Detail

      • LinkRel

        public LinkRel​(String value)
      • LinkRel

        public LinkRel​(URI uri)
    • Method Detail

      • getUri

        public URI getUri()
      • getValue

        public String getValue()
        Specified by:
        getValue in class Content
        Returns:
        the content value