Uses of Enum Class
jfxtras.icalendarfx.parameters.Relationship.RelationshipType
Packages that use Relationship.RelationshipType
Package
Description
-
Uses of Relationship.RelationshipType in jfxtras.icalendarfx.parameters
Subclasses with type arguments of type Relationship.RelationshipType in jfxtras.icalendarfx.parametersModifier and TypeClassDescriptionclassRELTYPE 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 enumFields in jfxtras.icalendarfx.parameters with type parameters of type Relationship.RelationshipTypeModifier and TypeFieldDescriptionprivate static final StringConverter<Relationship.RelationshipType> Relationship.CONVERTERMethods in jfxtras.icalendarfx.parameters that return Relationship.RelationshipTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.Relationship.RelationshipType.valueOfWithUnknown(String propertyName) get enum from namestatic Relationship.RelationshipType[]Relationship.RelationshipType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in jfxtras.icalendarfx.parameters with parameters of type Relationship.RelationshipType -
Uses of Relationship.RelationshipType in jfxtras.icalendarfx.properties.component.misc
Methods in jfxtras.icalendarfx.properties.component.misc with parameters of type Relationship.RelationshipTypeModifier and TypeMethodDescriptionUnknownProperty.withRelationship(Relationship.RelationshipType value) -
Uses of Relationship.RelationshipType in jfxtras.icalendarfx.properties.component.relationship
Methods in jfxtras.icalendarfx.properties.component.relationship with parameters of type Relationship.RelationshipTypeModifier and TypeMethodDescriptionRelatedTo.withRelationship(Relationship.RelationshipType value)