Uses of Interface
com.rometools.rome.feed.module.DCSubject
-
Packages that use DCSubject Package Description com.rometools.rome.feed.module com.rometools.rome.io.impl -
-
Uses of DCSubject in com.rometools.rome.feed.module
Classes in com.rometools.rome.feed.module that implement DCSubject Modifier and Type Class Description classDCSubjectImplSubject of the Dublin Core ModuleImpl, default implementation.Methods in com.rometools.rome.feed.module that return DCSubject Modifier and Type Method Description DCSubjectDCModule. getSubject()Gets the DublinCore module subject.DCSubjectDCModuleImpl. getSubject()Gets the DublinCore module subject.Methods in com.rometools.rome.feed.module that return types with arguments of type DCSubject Modifier and Type Method Description Class<DCSubject>DCSubjectImpl. getInterface()List<DCSubject>DCModule. getSubjects()Returns the DublinCore module subjects.List<DCSubject>DCModuleImpl. getSubjects()Returns the DublinCore module subjects.Methods in com.rometools.rome.feed.module with parameters of type DCSubject Modifier and Type Method Description voidDCModule. setSubject(DCSubject subject)Sets the DCSubject element.voidDCModuleImpl. setSubject(DCSubject subject)Sets the DCSubject element.Method parameters in com.rometools.rome.feed.module with type arguments of type DCSubject Modifier and Type Method Description voidDCModule. setSubjects(List<DCSubject> subjects)Sets the DublinCore module subjects.voidDCModuleImpl. setSubjects(List<DCSubject> subjects)Sets the DublinCore module subjects. -
Uses of DCSubject in com.rometools.rome.io.impl
Methods in com.rometools.rome.io.impl that return types with arguments of type DCSubject Modifier and Type Method Description 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.rometools.rome.io.impl with parameters of type DCSubject Modifier and Type Method Description protected org.jdom2.ElementDCModuleGenerator. generateSubjectElement(DCSubject subject)Utility method to generate an element for a subject.
-