net.fortuna.ical4j.model.property
Class RelatedTo
Propertynet.fortuna.ical4j.model.property.RelatedTo
- Escapable
public class RelatedTo
extends Property
implements Escapable
$Id: RelatedTo.java,v 1.10 2008/12/16 12:34:51 fortuna Exp $
Created: [Apr 6, 2004]
Defines a RELATED-TO iCalendar component property.
RelatedTo
public RelatedTo()
Default constructor.
RelatedTo
public RelatedTo(ParameterList aList,
String aValue)aList - a list of parameters for this componentaValue - a value string for this component
RelatedTo
public RelatedTo(String aValue)
aValue - a value string for this component
getValue
public final String getValue()
setValue
public final void setValue(String aValue)
validate
public final void validate()
throws ValidationExceptionnet.fortuna.ical4j.model.Property.validate()