|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.propono.atom.common.Categories
public class Categories
Models an Atom protocol Categories element, which may contain ROME Atom
Category
elements.
Constructor Summary | |
---|---|
Categories()
|
Method Summary | |
---|---|
void |
addCategory(Category cat)
Add category list of those specified |
List |
getCategories()
Iterate over Category objects |
String |
getScheme()
Category URI scheme to use for Categories without a scheme |
boolean |
isFixed()
True if clients MUST use one of the categories specified |
void |
setFixed(boolean fixed)
True if clients MUST use one of the categories specified |
void |
setScheme(String scheme)
Category URI scheme to use for Categories without a scheme |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Categories()
Method Detail |
---|
public void addCategory(Category cat)
public List getCategories()
Category
public boolean isFixed()
public void setFixed(boolean fixed)
public String getScheme()
public void setScheme(String scheme)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |