ezvcard.property
Class TextListProperty

java.lang.Object
  extended by ezvcard.property.VCardProperty
      extended by ezvcard.property.ListProperty<String>
          extended by 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

Field Summary
 
Fields inherited from class ezvcard.property.ListProperty
values
 
Fields inherited from class ezvcard.property.VCardProperty
group, parameters
 
Constructor Summary
TextListProperty()
           
 
Method Summary
 
Methods inherited from class ezvcard.property.ListProperty
_validate, addValue, getValues, removeValue
 
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
 

Constructor Detail

TextListProperty

public TextListProperty()


Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.