java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.parameters.VParameterBase<U,T>
jfxtras.icalendarfx.parameters.ParameterEnumBasedWithUnknown<ParticipationStatus,ParticipationStatus.ParticipationStatusType>
jfxtras.icalendarfx.parameters.ParticipationStatus
- All Implemented Interfaces:
VParameter<ParticipationStatus.ParticipationStatusType>,VChild,VElement
public class ParticipationStatus
extends ParameterEnumBasedWithUnknown<ParticipationStatus,ParticipationStatus.ParticipationStatusType>
PARTSTAT
Participation Status
RFC 5545, 3.2.12, page 22
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<ParticipationStatus.ParticipationStatusType>Fields inherited from class jfxtras.icalendarfx.parameters.VParameterBase
converter, elementTypeFields inherited from class jfxtras.icalendarfx.VElementBase
BEGIN, END -
Constructor Summary
ConstructorsConstructorDescriptionSet NEEDS-ACTION as default value -
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
-
ParticipationStatus
public ParticipationStatus()Set NEEDS-ACTION as default value -
ParticipationStatus
-
ParticipationStatus
-
-
Method Details
-
parse
-