java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.parameters.VParameterBase<U,T>
jfxtras.icalendarfx.parameters.ParameterEnumBasedWithUnknown<ParticipationRole,ParticipationRole.ParticipationRoleType>
jfxtras.icalendarfx.parameters.ParticipationRole
- All Implemented Interfaces:
VParameter<ParticipationRole.ParticipationRoleType>,VChild,VElement
public class ParticipationRole
extends ParameterEnumBasedWithUnknown<ParticipationRole,ParticipationRole.ParticipationRoleType>
ROLE
Participation Role
RFC 5545, 3.2.16, page 25
To specify the language for text values in a property or property parameter.
Example:
SUMMARY;LANGUAGE=en-US:Company Holiday Party
-
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<ParticipationRole.ParticipationRoleType>Fields inherited from class jfxtras.icalendarfx.parameters.VParameterBase
converter, elementTypeFields inherited from class jfxtras.icalendarfx.VElementBase
BEGIN, END -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jfxtras.icalendarfx.parameters.ParameterEnumBasedWithUnknown
parseContent, valueAsStringMethods inherited from class jfxtras.icalendarfx.parameters.VParameterBase
equals, errors, extractValue, getParent, getValue, hashCode, name, setParent, setValue, setValue, toString, withValue, withValueMethods inherited from class jfxtras.icalendarfx.VElementBase
elementName, isContentValid, newEmptyVElement, parse, throwMessageExceptions
-
Field Details
-
CONVERTER
-
-
Constructor Details
-
ParticipationRole
public ParticipationRole() -
ParticipationRole
-
ParticipationRole
-
-
Method Details
-
parse
-