Class FormatType
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 VElementBase
VElementBase.Message, VElementBase.MessageEffect -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final StringConverter<String> private Stringprivate StringFields inherited from class VParameterBase
converter, elementTypeFields inherited from class VElementBase
BEGIN, END -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidstatic FormatTypevoidsetSubtypeName(String subtypeName) voidsetTypeName(String typeName) voidSet the value of this parameterMethods inherited from class VParameterBase
equals, errors, extractValue, getParent, getValue, hashCode, name, parseContent, setParent, setValue, toString, valueAsString, withValue, withValueMethods inherited from class 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:VParameterSet the value of this parameter- Specified by:
setValuein interfaceVParameter<String>- Overrides:
setValuein classVParameterBase<FormatType, String>
-
buildNewValue
private void buildNewValue() -
parse
-