ezvcard.property
Class TextListProperty
java.lang.Object
ezvcard.property.VCardProperty
ezvcard.property.ListProperty<String>
ezvcard.property.TextListProperty
- All Implemented Interfaces:
- Comparable<VCardProperty>
- Direct Known Subclasses:
- Categories, Nickname, Organization
public class TextListProperty
- extends ListProperty<String>
Represents a property whose value is a list of textual values.
- Author:
- Michael Angstadt
Methods inherited from class ezvcard.property.VCardProperty |
_supportedVersions, addParameter, compareTo, getGroup, getParameter, getParameters, getParameters, getSupportedVersions, removeParameter, setGroup, setParameter, setParameters, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextListProperty
public TextListProperty()
Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.