|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface SyndCategory
Bean interface for categories of SyndFeedImpl feeds and entries.
| メソッドの概要 | |
|---|---|
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. |
| メソッドの詳細 |
|---|
java.lang.String getName()
void setName(java.lang.String name)
name - the category name to set, null if none.java.lang.String getTaxonomyUri()
void setTaxonomyUri(java.lang.String taxonomyUri)
taxonomyUri - the category taxonomy URI to set, null if none.
java.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException - thrown if an element of the object cannot be cloned.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||