ezvcard.property
Class UriProperty
java.lang.Object
ezvcard.property.VCardProperty
ezvcard.property.SimpleProperty<String>
ezvcard.property.TextProperty
ezvcard.property.UriProperty
- All Implemented Interfaces:
- Comparable<VCardProperty>
- Direct Known Subclasses:
- CalendarRequestUri, CalendarUri, FreeBusyUrl, Member, OrgDirectory, Source, Uid, Url
public class UriProperty
- extends TextProperty
Represents a property whose value is a URI (for example, Url
).
- 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 |
UriProperty
public UriProperty(String uri)
- Creates a property whose value is a URI.
- Parameters:
uri
- the property value
Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.