ezvcard.property
Class UriProperty

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

Field Summary
 
Fields inherited from class ezvcard.property.SimpleProperty
value
 
Fields inherited from class ezvcard.property.VCardProperty
group, parameters
 
Constructor Summary
UriProperty(String uri)
          Creates a property whose value is a URI.
 
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

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.