VCardRecord
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.VCardBasePackage
public abstract class VCardRecord extends VCardBasePackage
Represents abstract vCard record metadata class.
Learn more
| Method | Description |
|---|---|
| getGroup() | Gets the grouping value. |
| getValueParameters() | Gets the value parameters. |
| getPrefParameter() | Gets the preferred parameter. |
| getAltIdParameter() | Gets the alternative representations parameter value. |
| getTypeParameters() | Gets the type parameter values. |
| getEncodingParameter() | Gets the encoding parameter value. |
| getLanguageParameter() | Gets the language parameter value. |
| getAnonymParameters() | Gets the anonymous parameters. |
| getContentType() | Gets the content type of record. |
| getTypeName() | Gets the type of the record. |
public final String getGroup()
Gets the grouping value.
Returns: java.lang.String - The grouping value.
public final String[] getValueParameters()
Gets the value parameters.
Returns: java.lang.String[] - The value parameters.
Used to identify the value type (data type) and format of the value.
public final Integer getPrefParameter()
Gets the preferred parameter.
Returns: java.lang.Integer - The preferred parameter.
Used to indicate that the corresponding instance of a property is preferred by the vCard author.
public final String getAltIdParameter()
Gets the alternative representations parameter value.
Returns: java.lang.String - The alternative representations parameter value.
Used to “tag” property instances as being alternative representations of the same logical property.
public final String[] getTypeParameters()
Gets the type parameter values.
Returns: java.lang.String[] - The type parameter values.
The type parameter has multiple, different uses. In general, it is a way of specifying class characteristics of the associated property.
public final String getEncodingParameter()
Gets the encoding parameter value.
Returns: java.lang.String - The encoding parameter value.
public final String getLanguageParameter()
Gets the language parameter value.
Returns: java.lang.String - The language parameter value.
public final String[] getAnonymParameters()
Gets the anonymous parameters.
Returns: java.lang.String[] - The anonymous parameters.
public abstract VCardContentType getContentType()
Gets the content type of record.
Returns: VCardContentType - The content type of record.
public final String getTypeName()
Gets the type of the record.
Returns: java.lang.String - The type of the record.
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.