public abstract class VCardRecord extends VCardBasePackage
| Modifier and Type | Method and Description |
|---|---|
String |
getAltIdParameter()
Gets the alternative representations parameter value.
|
String[] |
getAnonymParameters()
Gets the anonymous parameters.
|
abstract VCardContentType |
getContentType()
Gets the content type of record.
|
String |
getEncodingParameter()
Gets the encoding parameter value.
|
String |
getGroup()
Gets the grouping value.
|
String |
getLanguageParameter()
Gets the language parameter value.
|
Integer |
getPrefParameter()
Gets the preferred parameter.
|
String |
getTypeName()
Gets the type of the record.
|
String[] |
getTypeParameters()
Gets the type parameter values.
|
String[] |
getValueParameters()
Gets the value parameters.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final String getAltIdParameter()
Gets the alternative representations parameter value.
public final String[] getAnonymParameters()
Gets the anonymous parameters.
public abstract VCardContentType getContentType()
Gets the content type of record.
public final String getEncodingParameter()
Gets the encoding parameter value.
public final String getGroup()
Gets the grouping value.
public final String getLanguageParameter()
Gets the language parameter value.
public final Integer getPrefParameter()
Gets the preferred parameter.
public final String getTypeName()
Gets the type of the record.
public final String[] getTypeParameters()
Gets the type parameter values.
public final String[] getValueParameters()
Gets the value parameters.
Copyright © 2025. All rights reserved.