ezvcard.property
Class TextProperty

java.lang.Object
  extended by ezvcard.property.VCardProperty
      extended by ezvcard.property.SimpleProperty<String>
          extended by ezvcard.property.TextProperty
All Implemented Interfaces:
Comparable<VCardProperty>
Direct Known Subclasses:
Classification, Email, Expertise, FormattedName, Hobby, Interest, Kind, Label, Language, Mailer, Note, ProductId, Profile, RawProperty, Role, SortString, SourceDisplayText, Title, UriProperty

public class TextProperty
extends SimpleProperty<String>

Represents a property whose value is just a regular text value.

Author:
Michael Angstadt

Field Summary
 
Fields inherited from class ezvcard.property.SimpleProperty
value
 
Fields inherited from class ezvcard.property.VCardProperty
group, parameters
 
Constructor Summary
TextProperty(String value)
          Creates a property that contains text.
 
Method Summary
 
Methods inherited from class ezvcard.property.SimpleProperty
_validate, getValue, setValue
 
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

TextProperty

public TextProperty(String value)
Creates a property that contains text.

Parameters:
value - the property value


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