java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.parameters.VParameterBase<FormatType,String>
jfxtras.icalendarfx.parameters.FormatType
- All Implemented Interfaces:
VParameter<String>
,VChild
,VElement
Format Type
FMTYPE
RFC 5545 iCalendar 3.2.8 page 19
To specify the content type of a referenced object.
Example:
ATTACH;FMTTYPE=application/msword:ftp://example.com/pub/docs/
agenda.doc
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class jfxtras.icalendarfx.VElementBase
VElementBase.Message, VElementBase.MessageEffect
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final StringConverter
<String> private String
private String
Fields inherited from class jfxtras.icalendarfx.parameters.VParameterBase
converter, elementType
Fields inherited from class jfxtras.icalendarfx.VElementBase
BEGIN, END
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
static FormatType
void
setSubtypeName
(String subtypeName) void
setTypeName
(String typeName) void
Set the value of this parameterMethods inherited from class jfxtras.icalendarfx.parameters.VParameterBase
equals, errors, extractValue, getParent, getValue, hashCode, name, parseContent, setParent, setValue, toString, valueAsString, withValue, withValue
Methods inherited from class jfxtras.icalendarfx.VElementBase
elementName, isContentValid, newEmptyVElement, parse, throwMessageExceptions
-
Field Details
-
CONVERTER
-
typeName
-
subtypeName
-
-
Constructor Details
-
FormatType
public FormatType() -
FormatType
-
-
Method Details
-
getTypeName
-
setTypeName
-
getSubtypeName
-
setSubtypeName
-
setValue
Description copied from interface:VParameter
Set the value of this parameter- Specified by:
setValue
in interfaceVParameter<String>
- Overrides:
setValue
in classVParameterBase<FormatType,
String>
-
buildNewValue
private void buildNewValue() -
parse
-