Class ParticipantType

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

public class ParticipantType extends Property implements Encodable
$Id$

Created: [Apr 6, 2004]

Defines a PARTICIPANT-TYPE iCalendar component property.

See Also:
  • Field Details

  • Constructor Details

    • ParticipantType

      public ParticipantType()
      Default constructor.
    • ParticipantType

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

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