public final class Category extends CommonAttributes
| Constructor and Description |
|---|
Category() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
a human-readable label for display in end-user applications
|
URI |
getScheme()
identifies a categorization scheme
|
String |
getTerm()
identifies the category to which the entry or feed belongs
|
void |
setLabel(String label)
a human-readable label for display in end-user applications
|
void |
setScheme(URI scheme)
identifies a categorization scheme
|
void |
setTerm(String term)
identifies the category to which the entry or feed belongs
|
getBase, getLang, setBase, setLangpublic String getTerm()
public void setTerm(String term)
term - identifies the category to which the entry or feed belongspublic URI getScheme()
public void setScheme(URI scheme)
scheme - identifies a categorization schemepublic String getLabel()
public void setLabel(String label)
label - a human-readable label for display in end-user applicationsCopyright © 2017. All rights reserved.