Returns:
java.lang.String - The media type parameter value.
Used with properties whose value is a URI. It provides a hint to the vCard consumer application about the media type [RFC2046] of the resource identified by the URI.
getCharsetParameter()
public final String getCharsetParameter()
Gets the charset parameter.
Returns:
java.lang.String - The charset parameter.
getValue()
public final String getValue()
Gets the record value.
Returns:
java.lang.String - The record value.
isQuotedPrintable()
public final boolean isQuotedPrintable()
Gets a value indicating whether this instance is quoted printable string.
Returns:
boolean - true if this instance is quoted printable; otherwise, false .
getReadabilityValue(String codePageName)
public final String getReadabilityValue(String codePageName)
Gets the readability value.
Parameters:
Parameter
Type
Description
codePageName
java.lang.String
The using encoding code page name or null for ASCII encoding.
Returns:
java.lang.String - The readability value.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.