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

既知のサブインタフェースの一覧:
SyndEntry, SyndFeed
既知の実装クラスの一覧:
Channel, Entry, Feed, Item, SyndEntryImpl, SyndFeedImpl, WireFeed

public interface Extendable

Objects that can have modules are Extendable.


メソッドの概要
 Module getModule(java.lang.String uri)
          Returns the module identified by a given URI.
 java.util.List getModules()
          Returns the entry modules.
 void setModules(java.util.List modules)
          Sets the entry modules.
 

メソッドの詳細

getModule

Module getModule(java.lang.String uri)
Returns the module identified by a given URI.

パラメータ:
uri - the URI of the ModuleImpl.
戻り値:
The module with the given URI, null if none.

getModules

java.util.List getModules()
Returns the entry modules.

戻り値:
a list of ModuleImpl elements with the entry modules, an empty list if none.

setModules

void setModules(java.util.List modules)
Sets the entry modules.

パラメータ:
modules - the list of ModuleImpl elements with the entry modules to set, an empty list or null if none.