Class ParticipationRole
java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.parameters.VParameterBase<ParticipationRole, ParticipationRole.ParticipationRoleType>
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 VElementBase
VElementBase.Message, VElementBase.MessageEffect -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final StringConverter<ParticipationRole.ParticipationRoleType> Fields inherited from class VParameterBase
converter, elementTypeFields inherited from class VElementBase
BEGIN, END -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ParameterEnumBasedWithUnknown
parseContent, valueAsStringMethods inherited from class VParameterBase
equals, errors, extractValue, getParent, getValue, hashCode, name, setParent, setValue, setValue, toString, withValue, withValueMethods inherited from class VElementBase
elementName, isContentValid, newEmptyVElement, parse, throwMessageExceptions
-
Field Details
-
CONVERTER
-
-
Constructor Details
-
ParticipationRole
public ParticipationRole() -
ParticipationRole
-
ParticipationRole
-
-
Method Details
-
parse
-