Module ical4j.core

Class StreetAddress

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

public class StreetAddress extends Property implements Encodable
$Id$

Created: [Apr 6, 2004]

Defines a STREET_ADDRESS iCalendar component property.

See Also:
  • Constructor Details

    • StreetAddress

      public StreetAddress()
      Default constructor.
    • StreetAddress

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

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