Uses of Class
org.apache.maven.doxia.book.model.Section

Packages that use Section
org.apache.maven.doxia.book.model   
 

Uses of Section in org.apache.maven.doxia.book.model
 

Methods in org.apache.maven.doxia.book.model that return types with arguments of type Section
 List<Section> Chapter.getSections()
          Method getSections.
 

Methods in org.apache.maven.doxia.book.model with parameters of type Section
 void Chapter.addSection(Section section)
          Method addSection.
 void Chapter.removeSection(Section section)
          Method removeSection.
 

Method parameters in org.apache.maven.doxia.book.model with type arguments of type Section
 void Chapter.setSections(List<Section> sections)
          Set specifies a collection of sections.
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.