java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.parameters.VParameterBase<ValueParameter,ValueType>
jfxtras.icalendarfx.parameters.ParameterEnumBasedWithUnknown<ValueParameter,ValueType>
jfxtras.icalendarfx.parameters.ValueParameter
- All Implemented Interfaces:
VParameter<ValueType>
,VChild
,VElement
VALUE
Value Date Types
RFC 5545 iCalendar 3.2.10 page 29
To explicitly specify the value type format for a property value.
Example:
DTSTART;VALUE=DATE:20160307
-
Nested Class Summary
Nested classes/interfaces inherited from class jfxtras.icalendarfx.VElementBase
VElementBase.Message, VElementBase.MessageEffect
-
Field Summary
FieldsFields inherited from class jfxtras.icalendarfx.parameters.VParameterBase
converter, elementType
Fields inherited from class jfxtras.icalendarfx.VElementBase
BEGIN, END
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jfxtras.icalendarfx.parameters.ParameterEnumBasedWithUnknown
parseContent, valueAsString
Methods inherited from class jfxtras.icalendarfx.parameters.VParameterBase
equals, errors, extractValue, getParent, getValue, hashCode, name, setParent, setValue, setValue, toString, withValue, withValue
Methods inherited from class jfxtras.icalendarfx.VElementBase
elementName, isContentValid, newEmptyVElement, parse, throwMessageExceptions
-
Field Details
-
CONVERTER
-
-
Constructor Details
-
ValueParameter
-
ValueParameter
-
ValueParameter
public ValueParameter()
-
-
Method Details
-
parse
-