|
|||||||||
Home >> All >> com >> sun >> syndication >> feed >> [ module overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
com.sun.syndication.feed.module
Interface Module

- All Superinterfaces:
- java.lang.Cloneable, com.sun.syndication.feed.CopyFrom
- All Known Implementing Classes:
- DCModuleImpl, ModuleImpl, SyModuleImpl
- public interface Module
- extends java.lang.Cloneable, com.sun.syndication.feed.CopyFrom
Base class for modules describing Metadata of feeds. Examples of such modules are the Dublin Core and Syndication modules.
Method Summary | |
java.lang.Object |
clone()
Creates a deep clone of the object. |
java.lang.String |
getUri()
Returns the URI of the module. |
Methods inherited from interface com.sun.syndication.feed.CopyFrom |
copyFrom, getInterface |
Method Detail |
getUri
public java.lang.String getUri()
- Returns the URI of the module.
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
- Creates a deep clone of the object.
|
|||||||||
Home >> All >> com >> sun >> syndication >> feed >> [ module overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |