ezvcard.property
Class TextProperty
java.lang.Object
ezvcard.property.VCardProperty
ezvcard.property.SimpleProperty<String>
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
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 |
TextProperty
public TextProperty(String value)
- Creates a property that contains text.
- Parameters:
value
- the property value
Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.