Uses of Interface
com.sun.syndication.feed.module.DCSubject

Packages that use DCSubject
com.sun.syndication.feed.module   
 

Uses of DCSubject in com.sun.syndication.feed.module
 

Classes in com.sun.syndication.feed.module that implement DCSubject
 class DCSubjectImpl
          Subject of the Dublin Core ModuleImpl, default implementation.
 

Methods in com.sun.syndication.feed.module that return DCSubject
 DCSubject DCModuleImpl.getSubject()
          Gets the DublinCore module subject.
 DCSubject DCModule.getSubject()
          Gets the DublinCore module subject.
 

Methods in com.sun.syndication.feed.module with parameters of type DCSubject
 void DCModuleImpl.setSubject(DCSubject subject)
          Sets the DCSubject element.
 void DCModule.setSubject(DCSubject subject)
          Sets the DCSubject element.
 



Copyright © 2004-2009 Sun Microsystems. All Rights Reserved.