Uses of Class
com.rometools.modules.psc.types.SimpleChapter
-
Packages that use SimpleChapter Package Description com.rometools.modules.psc.modules This package contains the module interface and implementation for ROME. -
-
Uses of SimpleChapter in com.rometools.modules.psc.modules
Methods in com.rometools.modules.psc.modules that return types with arguments of type SimpleChapter Modifier and Type Method Description List<SimpleChapter>PodloveSimpleChapterModule. getChapters()Returns the SimpleChapters of an item element.List<SimpleChapter>PodloveSimpleChapterModuleImpl. getChapters()Method parameters in com.rometools.modules.psc.modules with type arguments of type SimpleChapter Modifier and Type Method Description voidPodloveSimpleChapterModule. setChapters(List<SimpleChapter> chapters)Sets the SimpleChapters of an item element.voidPodloveSimpleChapterModuleImpl. setChapters(List<SimpleChapter> chapters)
-