public class ProductId extends TextProperty
Identifies the application that created the iCalendar object.
Code sample:
ICalendar ical = new ICalendar();
ProductId prodid = new ProductId("-//Company//Application Name//EN");
ical.setProductId(prodid);
valueparameters| Constructor and Description |
|---|
ProductId(String value)
Creates a new product identifier property.
|
| Modifier and Type | Method and Description |
|---|---|
static ProductId |
biweekly()
Creates a new product identifier property that represents this library.
|
getValue, getValue, setValue, validateaddParameter, getParameter, getParameters, getParameters, removeParameter, setParameter, setParameter, setParameters, validateCopyright © 2013-2015 Michael Angstadt. All Rights Reserved.