- All Implemented Interfaces:
VParameter<Relationship.RelationshipType>
,VChild
,VElement
public class Relationship
extends ParameterEnumBasedWithUnknown<Relationship,Relationship.RelationshipType>
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
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class jfxtras.icalendarfx.VElementBase
VElementBase.Message, VElementBase.MessageEffect
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final StringConverter
<Relationship.RelationshipType> Fields inherited from class jfxtras.icalendarfx.parameters.VParameterBase
converter, elementType
Fields inherited from class jfxtras.icalendarfx.VElementBase
BEGIN, END
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jfxtras.icalendarfx.parameters.ParameterEnumBasedWithUnknown
parseContent, valueAsString
Methods inherited from class jfxtras.icalendarfx.parameters.VParameterBase
equals, errors, extractValue, getParent, getValue, hashCode, name, setParent, setValue, setValue, toString, withValue, withValue
Methods inherited from class jfxtras.icalendarfx.VElementBase
elementName, isContentValid, newEmptyVElement, parse, throwMessageExceptions
-
Field Details
-
CONVERTER
-
-
Constructor Details
-
Relationship
public Relationship() -
Relationship
-
Relationship
-
-
Method Details
-
parse
-