Interface PropAttachment<T>
- All Known Implementing Classes:
Attachment, NonStandardProperty, UnknownProperty
-
Method Summary
Modifier and TypeMethodDescriptionENCODING: Incline Encoding RFC 5545, 3.2.7, page 18 Specify an alternate inline encoding for the property value.FMTTYPE: Format type parameter RFC 5545, 3.2.8, page 19 specify the content type of a referenced object.voidsetEncoding(Encoding encoding) voidsetFormatType(FormatType formatType) Methods inherited from interface VParent
addChild, addChild, addChild, childrenUnmodifiable, orderChild, orderChild, orderChild, removeChild, removeChild, replaceChild, replaceChildMethods inherited from interface VProperty
getNonStandard, getValue, getValueType, setNonStandard, setValue, setValueType
-
Method Details
-
getFormatType
FormatType getFormatType()FMTTYPE: Format type parameter RFC 5545, 3.2.8, page 19 specify the content type of a referenced object. -
setFormatType
-
getEncoding
Encoding getEncoding()ENCODING: Incline Encoding RFC 5545, 3.2.7, page 18 Specify an alternate inline encoding for the property value. Values can be "8BIT" text encoding defined in [RFC2045] "BASE64" binary encoding format defined in [RFC4648] If the value type parameter is ";VALUE=BINARY", then the inline encoding parameter MUST be specified with the value" ;ENCODING=BASE64". -
setEncoding
-