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);
value
parameters
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, validate
addParameter, getParameter, getParameters, getParameters, removeParameter, setParameter, setParameter, setParameters, validate
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.