public class Url extends TextProperty
Defines a website that contains additional information about a component.
Code sample:
VEvent event = new VEvent(); Url url = new Url("http://example.com"); event.setUrl(url);
value
parameters
Constructor and Description |
---|
Url(String url)
Creates a URL property.
|
getValue, getValue, setValue, validate
addParameter, getParameter, getParameters, getParameters, removeParameter, setParameter, setParameter, setParameters, validate
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.