com.sun.syndication.feed.synd
public interface SyndCategory extends Cloneable
Method Summary | |
---|---|
Object | clone()
Creates a deep clone of the object.
|
String | getName()
Returns the category name.
|
String | getTaxonomyUri()
Returns the category taxonomy URI.
|
void | setName(String name)
Sets the category name.
|
void | setTaxonomyUri(String taxonomyUri)
Sets the category taxonomy URI.
|
Returns: a clone of the object.
Throws: CloneNotSupportedException thrown if an element of the object cannot be cloned.
Returns: the category name, null if none.
Returns: the category taxonomy URI, null if none.
Parameters: name the category name to set, null if none.
Parameters: taxonomyUri the category taxonomy URI to set, null if none.