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, updateProperties
public final String getGroup()
Gets the grouping value.
public final String[] getValueParameters()
Gets the value parameters.
public final Integer getPrefParameter()
Gets the preferred parameter.
public final String getAltIdParameter()
Gets the alternative representations parameter value.
public final String[] getTypeParameters()
Gets the type parameter values.
public final String getEncodingParameter()
Gets the encoding parameter value.
public final String getLanguageParameter()
Gets the language parameter value.
public final String[] getAnonymParameters()
Gets the anonymous parameters.
public abstract VCardContentType getContentType()
Gets the content type of record.
public final String getTypeName()
Gets the type of the record.