Module ical4j.core

Class RefId

All Implemented Interfaces:
Serializable, Comparable<Property>, FluentProperty, Prototype<Property>

public class RefId extends Property
     Purpose:
     This property value acts as a key for associated iCalendar entities.
 Value type:
     TEXT
 Property Parameters:
     Non-standard parameters can be specified on this property.
 Conformance:
     This property can be specified zero or more times in any iCalendar component.
 Description:
     The value of this property is free-form text that creates an identifier for associated components. All components that use the same REFID value are associated through that value and can be located or retrieved as a group. For example, all of the events in a travel itinerary would have the same REFID value, so as to be grouped together.
 Format Definition:

     This property is defined by the following notation:

   refid      = "REFID" refidparam ":" text CRLF


   refidparam      = *(";" other-param)
 
See Also:
  • Constructor Details

  • Method Details