public class RelatedTo extends Property implements Escapable
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
RelatedTo.Factory  | 
ACKNOWLEDGED, ACTION, ATTACH, ATTENDEE, BUSYTYPE, CALSCALE, CATEGORIES, CLASS, COMMENT, COMPLETED, CONTACT, COUNTRY, CREATED, DESCRIPTION, DTEND, DTSTAMP, DTSTART, DUE, DURATION, EXDATE, EXPERIMENTAL_PREFIX, EXRULE, EXTENDED_ADDRESS, FREEBUSY, GEO, LAST_MODIFIED, LOCALITY, LOCATION, LOCATION_TYPE, METHOD, NAME, ORGANIZER, PERCENT_COMPLETE, POSTALCODE, PRIORITY, PRODID, RDATE, RECURRENCE_ID, REGION, RELATED_TO, REPEAT, REQUEST_STATUS, RESOURCES, RRULE, SEQUENCE, STATUS, STREET_ADDRESS, SUMMARY, TEL, TRANSP, TRIGGER, TZID, TZNAME, TZOFFSETFROM, TZOFFSETTO, TZURL, UID, URL, VERSION| Constructor and Description | 
|---|
RelatedTo()
Default constructor. 
 | 
RelatedTo(ParameterList aList,
         String aValue)  | 
RelatedTo(String aValue)  | 
| Modifier and Type | Method and Description | 
|---|---|
Property | 
copy()
Create a (deep) copy of this property. 
 | 
String | 
getValue() | 
void | 
setValue(String aValue)
Sets the current value of the property. 
 | 
void | 
validate()
Perform validation on a property. 
 | 
equals, getName, getParameter, getParameters, getParameters, hashCode, toStringpublic RelatedTo()
public RelatedTo(String aValue)
aValue - a value string for this componentpublic RelatedTo(ParameterList aList, String aValue)
aList - a list of parameters for this componentaValue - a value string for this componentpublic final void setValue(String aValue)
public final String getValue()
public void validate()
              throws ValidationException
Propertyvalidate in class PropertyValidationException - where the property is not in a valid state