net.fortuna.ical4j.model.parameter

Class Rsvp


public class Rsvp
extends Parameter

$Id: Rsvp.java,v 1.11 2008/12/16 12:34:51 fortuna Exp $ [18-Apr-2004] Defines an RSVP parameter.

Field Summary

static Rsvp
FALSE
static Rsvp
TRUE

Constructor Summary

Rsvp(Boolean aValue)
Rsvp(String aValue)

Method Summary

Boolean
getRsvp()
String
getValue()

Field Details

FALSE

public static final Rsvp FALSE

TRUE

public static final Rsvp TRUE

Constructor Details

Rsvp

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

Rsvp

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

Method Details

getRsvp

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

getValue

public final String getValue()