All Implemented Interfaces:
Serializable, Comparable<Parameter>, Encodable

public class Rsvp extends Parameter implements Encodable
$Id$ [18-Apr-2004]

Defines an RSVP parameter.

See Also:
  • Field Details

    • TRUE

      public static final Rsvp TRUE
      RSVP is required.
    • FALSE

      public static final Rsvp FALSE
      RSVP not required.
  • Constructor Details

    • Rsvp

      public Rsvp(String aValue)
      Parameters:
      aValue - a string representation of an RSVP
    • Rsvp

      public Rsvp(Boolean aValue)
      Parameters:
      aValue - a boolean value
  • Method Details

    • getRsvp

      public final Boolean getRsvp()
      Returns:
      Returns the rsvp.
    • getValue

      public final String getValue()
      Specified by:
      getValue in class Content
      Returns:
      the content value
    • copy

      public final Rsvp copy()
      Deep copy of parameter.
      Overrides:
      copy in class Parameter
      Returns:
      new parameter