Uses of Enum Class
jfxtras.icalendarfx.parameters.ParticipationRole.ParticipationRoleType
Packages that use ParticipationRole.ParticipationRoleType
Package
Description
-
Uses of ParticipationRole.ParticipationRoleType in jfxtras.icalendarfx.parameters
Subclasses with type arguments of type ParticipationRole.ParticipationRoleType in jfxtras.icalendarfx.parametersModifier and TypeClassDescriptionclassROLE Participation Role RFC 5545, 3.2.16, page 25 To specify the language for text values in a property or property parameter.static enumFields in jfxtras.icalendarfx.parameters with type parameters of type ParticipationRole.ParticipationRoleTypeModifier and TypeFieldDescriptionprivate static final StringConverter<ParticipationRole.ParticipationRoleType> ParticipationRole.CONVERTERprivate static Map<String, ParticipationRole.ParticipationRoleType> ParticipationRole.ParticipationRoleType.enumFromNameMapMethods in jfxtras.icalendarfx.parameters that return ParticipationRole.ParticipationRoleTypeModifier and TypeMethodDescriptionParticipationRole.ParticipationRoleType.enumFromName(String propertyName) get enum from nameReturns the enum constant of this class with the specified name.ParticipationRole.ParticipationRoleType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jfxtras.icalendarfx.parameters that return types with arguments of type ParticipationRole.ParticipationRoleTypeModifier and TypeMethodDescriptionprivate static Map<String, ParticipationRole.ParticipationRoleType> ParticipationRole.ParticipationRoleType.makeEnumFromNameMap()Constructors in jfxtras.icalendarfx.parameters with parameters of type ParticipationRole.ParticipationRoleType -
Uses of ParticipationRole.ParticipationRoleType in jfxtras.icalendarfx.properties.component.relationship
Methods in jfxtras.icalendarfx.properties.component.relationship with parameters of type ParticipationRole.ParticipationRoleTypeModifier and TypeMethodDescriptionPropertyBaseAttendee.withParticipationRole(ParticipationRole.ParticipationRoleType participationRole)