Module ical4j.core

Class StyledDescription

java.lang.Object
net.fortuna.ical4j.model.Content
net.fortuna.ical4j.model.Property
net.fortuna.ical4j.model.property.StyledDescription
All Implemented Interfaces:
Serializable, Comparable<Property>, Encodable, FluentProperty, Prototype<Property>

public class StyledDescription extends Property implements Encodable
$Id$

Created: [Apr 6, 2004]

Defines a DESCRIPTION iCalendar component property.

See Also:
  • Constructor Details

    • StyledDescription

      public StyledDescription()
      Default constructor.
    • StyledDescription

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

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