ezvcard.types
Class SourceDisplayTextType
java.lang.Object
ezvcard.types.VCardType
ezvcard.types.TextType
ezvcard.types.SourceDisplayTextType
- All Implemented Interfaces:
- Comparable<VCardType>
public class SourceDisplayTextType
- extends TextType
Provides a textual representation of SourceType
.
VCard vcard = new VCard();
SourceDisplayTextType name = new SourceDisplayTextType("My vCard");
vcard.setSourceDisplayText(name);
vCard property name: NAME
vCard versions: 3.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
SourceDisplayTextType
public SourceDisplayTextType()
SourceDisplayTextType
public SourceDisplayTextType(String displayText)
- Parameters:
displayText
- the display text
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.