Uses of Enum Class
jfxtras.icalendarfx.parameters.ParticipationRole.ParticipationRoleType
Packages that use ParticipationRole.ParticipationRoleType
Package
Description
-
Uses of ParticipationRole.ParticipationRoleType in jfxtras.icalendarfx.parameters
Fields in jfxtras.icalendarfx.parameters with type parameters of type ParticipationRole.ParticipationRoleTypeModifier and TypeFieldDescriptionprivate static final StringConverter<ParticipationRole.ParticipationRoleType>
ParticipationRole.CONVERTER
private static Map<String,
ParticipationRole.ParticipationRoleType> ParticipationRole.ParticipationRoleType.enumFromNameMap
Methods 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)