|
||||||||||
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.
Examples:
//creating a new property (multi-valued) Categories categories = new Categories("conference", "meeting");
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, getParameter, getParameters, getParameters, removeParameter, setParameter, setParameter, setParameters, 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 withMethod Detail |
---|
public String getLanguage()
ICalProperty
public void setLanguage(String language)
ICalProperty
language
- 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 |