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);
valueparameters| Constructor and Description |
|---|
Url(String url)
Creates a URL property.
|
getValue, getValue, setValue, validateaddParameter, getParameter, getParameters, getParameters, removeParameter, setParameter, setParameter, setParameters, validateCopyright © 2013-2015 Michael Angstadt. All Rights Reserved.