ezvcard.types
Class ProdIdType
java.lang.Object
ezvcard.types.VCardType
ezvcard.types.TextType
ezvcard.types.ProdIdType
- All Implemented Interfaces:
- Comparable<VCardType>
public class ProdIdType
- extends TextType
Defines the product that created the vCard.
VCard vcard = new VCard();
ProdIdType prodid = new ProdIdType("ez-vcard 0.6.0");
vcard.setProdId(prodid);
vCard property name: PRODID
vCard versions: 3.0, 4.0
- Author:
- Michael Angstadt
Methods inherited from class ezvcard.types.VCardType |
compareTo, doMarshalSubTypes, getGroup, getQName, getSubTypes, getTypeName, marshalSubTypes, marshalText, marshalXml, setGroup, unmarshalHtml, unmarshalText, unmarshalXml |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- See Also:
- Constant Field Values
ProdIdType
public ProdIdType()
ProdIdType
public ProdIdType(String prodId)
- Parameters:
prodId
- the prod ID
getSupportedVersions
public VCardVersion[] getSupportedVersions()
- Description copied from class:
VCardType
- Gets the vCard versions that support this type.
- Overrides:
getSupportedVersions
in class VCardType
- Returns:
- the vCard versions that support this type.
Copyright © 2012-2013. All Rights Reserved.