Module ical4j.core

Class Comment

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

public class Comment extends Property implements Encodable
$Id$

Created: [Apr 6, 2004]

Defines a COMMENT iCalendar component property.

See Also:
  • Constructor Details

    • Comment

      public Comment()
      Default constructor.
    • Comment

      public Comment(String aValue)
      Parameters:
      aValue - a value string for this component
    • Comment

      public Comment(ParameterList aList, String aValue)
      Parameters:
      aList - a list of parameters for this component
      aValue - a value string for this component
  • Method Details