Package com.rometools.rome.feed.module
Interface Module
-
- All Superinterfaces:
Cloneable,CopyFrom,Serializable
- All Known Implementing Classes:
DCModuleImpl,ModuleImpl,SyModuleImpl
public interface Module extends Cloneable, CopyFrom, Serializable
Base class for modules describing Metadata of feeds. Examples of such modules are the Dublin Core and Syndication modules.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectclone()Creates a deep clone of the object.StringgetUri()Returns the URI of the module.-
Methods inherited from interface com.rometools.rome.feed.CopyFrom
copyFrom, getInterface
-
-
-
-
Method Detail
-
getUri
String getUri()
Returns the URI of the module.- Returns:
- URI of the module.
-
clone
Object clone() throws CloneNotSupportedException
Creates a deep clone of the object.- Returns:
- a clone of the object.
- Throws:
CloneNotSupportedException- thrown if an element of the object cannot be cloned.
-
-