public class VCardTextRecordMetadata extends VCardRecordMetadata
Represents vCard text record metadata class.
Modifier and Type | Method and Description |
---|---|
String |
getCharsetParameter()
Gets the charset parameter.
|
int |
getContentType()
Gets the content type of record.
|
String |
getMediaTypeParameter()
Gets the media type parameter value.
|
String |
getReadabilityValue(String codePageName)
Gets the readability value.
|
String |
getValue()
Gets the record value.
|
boolean |
isQuotedPrintable()
Gets a value indicating whether this instance is quoted printable string.
|
getAltIdParameter, getAnonymParameters, getEncodingParameter, getGroup, getLanguageParameter, getPrefParameter, getTypeParameters, getValueParameters
getByType, getKeys, getMetadataType, iterator, readByStringKey
public int getContentType()
Gets the content type of record.
getContentType
in class VCardRecordMetadata
public final String getMediaTypeParameter()
Gets the media type parameter value.
public final String getCharsetParameter()
Gets the charset parameter.
public final String getValue()
Gets the record value.
public final boolean isQuotedPrintable()
Gets a value indicating whether this instance is quoted printable string.
true
if this instance is quoted printable; otherwise, false
.Copyright © 2019. All rights reserved.