com.sun.syndication.feed.module

Interface Module

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.

Author: Alejandro Abdelnur

Method Summary
Objectclone()
Creates a deep clone of the object.
StringgetUri()
Returns the URI of the module.

Method Detail

clone

public Object clone()
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.

getUri

public String getUri()
Returns the URI of the module.

Returns: URI of the module.

Copyright © Sun Microsystems. All Rights Reserved.