|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbiweekly.property.ICalProperty
biweekly.property.ListProperty<String>
biweekly.property.Categories
public class Categories
Defines a list of "tags" or "keywords" that describe the component that the property belongs to.
Examples:
Categories categories = new Categories("foo", "bar", "car");
| Field Summary |
|---|
| Fields inherited from class biweekly.property.ICalProperty |
|---|
parameters |
| Constructor Summary | |
|---|---|
Categories()
Creates a new categories property. |
|
Categories(List<String> categories)
Creates a new categories property. |
|
Categories(String... categories)
Creates a new categories property. |
|
| Method Summary | |
|---|---|
String |
getLanguage()
Gets the language that the property value is written in. |
void |
setLanguage(String language)
Sets the language that the property value is written in. |
| Methods inherited from class biweekly.property.ListProperty |
|---|
addValue, getValues, validate |
| Methods inherited from class biweekly.property.ICalProperty |
|---|
addParameter, getAltRepresentation, getCommonName, getDirectoryEntry, getFormatType, getParameter, getParameters, getParameters, getSentBy, getTimezoneId, removeParameter, setAltRepresentation, setCommonName, setDirectoryEntry, setFormatType, 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 |
| Constructor Detail |
|---|
public Categories()
public Categories(String... categories)
categories - the categories to initialize the property withpublic Categories(List<String> categories)
categories - the categories to initialize the property with| Method Detail |
|---|
public String getLanguage()
ICalProperty
getLanguage in class ICalPropertypublic void setLanguage(String language)
ICalProperty
setLanguage in class ICalPropertylanguage - the language (e.g. "en" for English) or null to remove
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||