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

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

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 that return types with arguments of type DCSubject
 Class<DCSubject> DCSubjectImpl.getInterface()
           
 List<DCSubject> DCModuleImpl.getSubjects()
          Returns the DublinCore module subjects.
 List<DCSubject> DCModule.getSubjects()
          Returns the DublinCore module subjects.
 

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.
 

Method parameters in com.sun.syndication.feed.module with type arguments of type DCSubject
 void DCSubjectImpl.copyFrom(CopyFrom<? extends DCSubject> obj)
           
 void DCModuleImpl.setSubjects(List<DCSubject> subjects)
          Sets the DublinCore module subjects.
 void DCModule.setSubjects(List<DCSubject> subjects)
          Sets the DublinCore module subjects.
 

Uses of DCSubject in com.sun.syndication.io.impl
 

Methods in com.sun.syndication.io.impl that return types with arguments of type DCSubject
protected  List<DCSubject> DCModuleParser.parseSubjects(List<org.jdom2.Element> eList)
          Utility method to parse a list of subjects out of a list of elements.
 

Methods in com.sun.syndication.io.impl with parameters of type DCSubject
protected  org.jdom2.Element DCModuleGenerator.generateSubjectElement(DCSubject subject)
          Utility method to generate an element for a subject.
 



Copyright © 2004–2013 ROME Project. All rights reserved.