Module ical4j.core

Class XProperty

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

public class XProperty extends Property implements Encodable
$Id$ Created: [15/06/2004] Defines an extension property.
See Also:
  • Constructor Details

    • XProperty

      public XProperty(String name)
      Constructs an uninitialised non-standard property.
      Parameters:
      name - a non-standard property name
    • XProperty

      public XProperty(String aName, String aValue)
      Parameters:
      aName - a non-standard property name
      aValue - a property value
    • XProperty

      public XProperty(String aName, ParameterList aList, String aValue)
      Parameters:
      aName - a non-standard property name
      aList - a list of parameters
      aValue - a property value
  • Method Details