Module ical4j.core

Class Country

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

public class Country extends Property implements Encodable
$Id$

Created: [Apr 6, 2004]

Defines a REGION iCalendar component property.

See Also:
  • Constructor Details

    • Country

      public Country()
      Default constructor.
    • Country

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

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