|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SyndContent
Bean interface for content of SyndFeedImpl entries.
Method Summary | |
---|---|
Object |
clone()
Creates a deep clone of the object. |
String |
getMode()
Gets the content mode (needed for Atom 0.3 support). |
String |
getType()
Returns the content type. |
String |
getValue()
Returns the content value. |
void |
setMode(String mode)
Sets the content mode (needed for Atom 0.3 support). |
void |
setType(String type)
Sets the content type. |
void |
setValue(String value)
Sets the content value. |
Methods inherited from interface com.sun.syndication.feed.CopyFrom |
---|
copyFrom, getInterface |
Method Detail |
---|
String getType()
When used for the description of an entry, if null 'text/plain' must be assumed.
void setType(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.String getMode()
void setMode(String mode)
mode
- the content mode to set, null if none.String getValue()
void setValue(String value)
value
- the content value to set, null if none.Object clone() throws CloneNotSupportedException
CloneNotSupportedException
- thrown if an element of the object cannot be cloned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |