|
|||||||||
| Home >> All >> com >> sun >> syndication >> feed >> [ synd overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sun.syndication.feed.synd
Interface SyndCategory

- All Superinterfaces:
- java.lang.Cloneable
- All Known Implementing Classes:
- SyndCategoryImpl
- public interface SyndCategory
- extends java.lang.Cloneable
Bean interface for categories of SyndFeedImpl feeds and entries.
| Method Summary | |
java.lang.Object |
clone()
Creates a deep clone of the object. |
java.lang.String |
getName()
Returns the category name. |
java.lang.String |
getTaxonomyUri()
Returns the category taxonomy URI. |
void |
setName(java.lang.String name)
Sets the category name. |
void |
setTaxonomyUri(java.lang.String taxonomyUri)
Sets the category taxonomy URI. |
| Method Detail |
getName
public java.lang.String getName()
- Returns the category name.
setName
public void setName(java.lang.String name)
- Sets the category name.
getTaxonomyUri
public java.lang.String getTaxonomyUri()
- Returns the category taxonomy URI.
setTaxonomyUri
public void setTaxonomyUri(java.lang.String taxonomyUri)
- Sets the category taxonomy URI.
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
- Creates a deep clone of the object.
|
|||||||||
| Home >> All >> com >> sun >> syndication >> feed >> [ synd overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC