Class Content

java.lang.Object
net.fortuna.ical4j.model.Content
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Parameter, Property

public abstract class Content extends Object implements Serializable
$Id$

Created: 12/10/2004

Base class for calendar content in the form of properties and parameters.

See Also:
  • Constructor Details

    • Content

      public Content()
  • Method Details

    • getName

      public abstract String getName()
      Returns:
      the cotent name
    • getValue

      public abstract String getValue()
      Returns:
      the content value