com.sun.syndication.feed.module
インタフェース Module

すべてのスーパーインタフェース:
java.lang.Cloneable, CopyFrom, java.io.Serializable
既知のサブインタフェースの一覧:
DCModule, SyModule
既知の実装クラスの一覧:
DCModuleImpl, ModuleImpl, SyModuleImpl

public interface Module
extends java.lang.Cloneable, CopyFrom, java.io.Serializable

Base class for modules describing Metadata of feeds. Examples of such modules are the Dublin Core and Syndication modules.


メソッドの概要
 java.lang.Object clone()
          Creates a deep clone of the object.
 java.lang.String getUri()
          Returns the URI of the module.
 
インタフェース com.sun.syndication.feed.CopyFrom から継承されたメソッド
copyFrom, getInterface
 

メソッドの詳細

getUri

java.lang.String getUri()
Returns the URI of the module.

戻り値:
URI of the module.

clone

java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Creates a deep clone of the object.

戻り値:
a clone of the object.
例外:
java.lang.CloneNotSupportedException - thrown if an element of the object cannot be cloned.