Class RelatedTo
java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.VParentBase<RelatedTo>
jfxtras.icalendarfx.properties.VPropertyBase<String, RelatedTo>
jfxtras.icalendarfx.properties.component.relationship.RelatedTo
RELATED-TO
RFC 5545, 3.8.4.5, page 115
This property is used to represent a relationship or
reference between one calendar component and another.
Example:
RECURRENCE-ID;VALUE=DATE:19960401
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class VElementBase
VElementBase.Message, VElementBase.MessageEffect -
Field Summary
FieldsFields inherited from class VPropertyBase
actualValueContent, allowedValueTypes, defaultValueType, propertyNameFields inherited from class VParentBase
contentLineGenerator, ordererFields inherited from class VElementBase
BEGIN, END -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRELTYPE Relationship Type RFC 5545, 3.2.15, page 25 To specify the type of hierarchical relationship associated with the calendar component specified by the property.static RelatedTovoidsetRelationship(String value) voidsetRelationship(Relationship relationship) withRelationship(String content) withRelationship(Relationship altrep) Methods inherited from class VPropertyBase
copyValue, equals, errors, getConverter, getNonStandard, getParent, getUnknownValue, getValue, getValueType, hashCode, modifiedValue, name, parseContent, processInLineChild, setConverter, setConverterByClass, setNonStandard, setParent, setValue, setValueType, setValueType, toString, valueContent, withNonStandard, withNonStandard, withNonStandard, withValue, withValueTypeMethods inherited from class VParentBase
addChild, addChild, addChild, addChildInternal, checkChild, childrenUnmodifiable, collectGetterMap, collectSetterMap, copyChildrenInto, getGetter, getGetters, getSetter, getSetters, orderChild, orderChild, orderChild, parseContent, removeChild, removeChild, replaceChild, replaceChild, withChildMethods inherited from class VElementBase
elementName, isContentValid, newEmptyVElement, parse, throwMessageExceptionsMethods inherited from interface VParent
addChild, addChild, addChild, childrenUnmodifiable, orderChild, orderChild, orderChild, removeChild, removeChild, replaceChild, replaceChildMethods inherited from interface VProperty
getNonStandard, getValue, getValueType, setNonStandard, setValue, setValueType
-
Field Details
-
relationship
-
-
Constructor Details
-
RelatedTo
-
RelatedTo
public RelatedTo()
-
-
Method Details
-
getRelationship
RELTYPE Relationship Type RFC 5545, 3.2.15, page 25 To specify the type of hierarchical relationship associated with the calendar component specified by the property. Example: RELATED-TO;RELTYPE=SIBLING:19960401-080045-4000F192713@ example.com- Specified by:
getRelationshipin interfacePropRelationship<String>
-
setRelationship
- Specified by:
setRelationshipin interfacePropRelationship<String>
-
setRelationship
-
withRelationship
-
withRelationship
-
withRelationship
-
parse
-