Module jfxtras.icalendarfx
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 jfxtras.icalendarfx.VElementBase
VElementBase.Message, VElementBase.MessageEffect
-
Field Summary
FieldsFields inherited from class jfxtras.icalendarfx.properties.VPropertyBase
actualValueContent, allowedValueTypes, defaultValueType, propertyName
Fields inherited from class jfxtras.icalendarfx.VParentBase
contentLineGenerator, orderer
Fields inherited from class jfxtras.icalendarfx.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 RelatedTo
void
setRelationship
(String value) void
setRelationship
(Relationship relationship) withRelationship
(String content) withRelationship
(Relationship altrep) Methods inherited from class jfxtras.icalendarfx.properties.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, withValueType
Methods inherited from class jfxtras.icalendarfx.VParentBase
addChild, addChild, addChild, addChildInternal, checkChild, childrenUnmodifiable, collectGetterMap, collectSetterMap, copyChildrenInto, getGetter, getGetters, getSetter, getSetters, orderChild, orderChild, orderChild, parseContent, removeChild, removeChild, replaceChild, replaceChild, withChild
Methods inherited from class jfxtras.icalendarfx.VElementBase
elementName, isContentValid, newEmptyVElement, parse, throwMessageExceptions
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface jfxtras.icalendarfx.VParent
addChild, addChild, addChild, childrenUnmodifiable, orderChild, orderChild, orderChild, removeChild, removeChild, replaceChild, replaceChild
Methods inherited from interface jfxtras.icalendarfx.properties.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:
getRelationship
in interfacePropRelationship<String>
-
setRelationship
- Specified by:
setRelationship
in interfacePropRelationship<String>
-
setRelationship
-
withRelationship
-
withRelationship
-
withRelationship
-
parse
-