|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface SyndContent
Bean interface for content of SyndFeedImpl entries.
| メソッドの概要 | |
|---|---|
java.lang.Object |
clone()
Creates a deep clone of the object. |
java.lang.String |
getMode()
Sets the content mode (needed for Atom 0.3 support). |
java.lang.String |
getType()
Returns the content type. |
java.lang.String |
getValue()
Returns the content value. |
void |
setMode(java.lang.String mode)
Sets the content mode (needed for Atom 0.3 support). |
void |
setType(java.lang.String type)
Sets the content type. |
void |
setValue(java.lang.String value)
Sets the content value. |
| インタフェース com.sun.syndication.feed.CopyFrom から継承されたメソッド |
|---|
copyFrom, getInterface |
| メソッドの詳細 |
|---|
java.lang.String getType()
When used for the description of an entry, if null 'text/plain' must be assumed.
void setType(java.lang.String type)
When used for the description of an entry, if null 'text/plain' must be assumed.
type - the content type to set, null if none.java.lang.String getMode()
type - the content type to set, null if none.void setMode(java.lang.String mode)
type - the content type to set, null if none.java.lang.String getValue()
void setValue(java.lang.String value)
value - the content value 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.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||