public class VCardTextRecord extends VCardRecord
Represents vCard text record metadata class.
Modifier and Type | Method and Description |
---|---|
String |
getCharsetParameter()
Gets the charset parameter.
|
VCardContentType |
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, getTypeName, getTypeParameters, getValueParameters
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public VCardContentType getContentType()
Gets the content type of record.
getContentType
in class VCardRecord
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
.