VCardRecord
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
Methods
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. |
getGroup()
public final String getGroup()
Gets the grouping value.
Returns: java.lang.String - The grouping value.
getValueParameters()
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.
getPrefParameter()
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.
getAltIdParameter()
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.
getTypeParameters()
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.
getEncodingParameter()
public final String getEncodingParameter()
Gets the encoding parameter value.
Returns: java.lang.String - The encoding parameter value.
getLanguageParameter()
public final String getLanguageParameter()
Gets the language parameter value.
Returns: java.lang.String - The language parameter value.
getAnonymParameters()
public final String[] getAnonymParameters()
Gets the anonymous parameters.
Returns: java.lang.String[] - The anonymous parameters.
getContentType()
public abstract VCardContentType getContentType()
Gets the content type of record.
Returns: VCardContentType - The content type of record.
getTypeName()
public final String getTypeName()
Gets the type of the record.
Returns: java.lang.String - The type of the record.