biweekly.property
Class ProductId
java.lang.Object
biweekly.property.ICalProperty
biweekly.property.ValuedProperty<String>
biweekly.property.TextProperty
biweekly.property.ProductId
public class ProductId
- extends TextProperty
Identifies the application that created the iCalendar object.
- Author:
- Michael Angstadt
- See Also:
- RFC 5545 p.78-9
Constructor Summary |
ProductId(String value)
Creates a new product identifier property. |
Method Summary |
static ProductId |
biweekly()
Creates a new product identifier property that represents this library. |
Methods inherited from class biweekly.property.ICalProperty |
addParameter, getAltRepresentation, getCommonName, getDirectoryEntry, getFormatType, getLanguage, getParameter, getParameters, getParameters, getSentBy, getTimezoneId, removeParameter, setAltRepresentation, setCommonName, setDirectoryEntry, setFormatType, setLanguage, setParameter, setParameter, setParameters, setSentBy, setTimezone, setTimezoneId, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProductId
public ProductId(String value)
- Creates a new product identifier property.
- Parameters:
value
- a unique string representing the application (e.g.
"-//Company//Application//EN")
biweekly
public static ProductId biweekly()
- Creates a new product identifier property that represents this library.
- Returns:
- the property
Copyright © 2013 Michael Angstadt. All Rights Reserved.