biweekly.property
Class RelatedTo
java.lang.Object
biweekly.property.ICalProperty
biweekly.property.ValuedProperty<String>
biweekly.property.TextProperty
biweekly.property.RelatedTo
public class RelatedTo
- extends TextProperty
Defines a relationship between the component that this property belongs to
and another component.
- Author:
- Michael Angstadt
- See Also:
- RFC 5545
p.115-6
Methods inherited from class biweekly.property.ICalProperty |
addParameter, getAltRepresentation, getCommonName, getDirectoryEntry, getFormatType, getLanguage, getParameter, getParameters, getParameters, getSentBy, getTimezoneId, removeParameter, setAltRepresentation, setCommonName, setDirectoryEntry, setFormatType, setLanguage, setParameter, setParameter, setParameters, setSentBy, setTimezone, setTimezoneId, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelatedTo
public RelatedTo(String uid)
- Creates a related-to property.
- Parameters:
uid
- the value of the Uid
property of the component that
this property is referencing
getRelationshipType
public RelationshipType getRelationshipType()
- Gets the relationship type.
- Returns:
- the relationship type (e.g. "child") or null if not set
- See Also:
- RFC 5545
p.25
setRelationshipType
public void setRelationshipType(RelationshipType relationshipType)
- Sets the relationship type.
- Parameters:
relationshipType
- the relationship type (e.g. "child") or null to
remove- See Also:
- RFC 5545
p.25
Copyright © 2013 Michael Angstadt. All Rights Reserved.