nl.flotsam.pecia.builder
Interface SectionBuilder<T>

All Superinterfaces:
AnnotatedSection<T>, Contents<Section<T>>, DocumentElement<T>, Initializer<AnnotatedSection<T>>, Section<T>, SimpleContents<Section<T>>
All Known Implementing Classes:
DefaultSectionBuilder

public interface SectionBuilder<T>
extends AnnotatedSection<T>, Initializer<AnnotatedSection<T>>


Method Summary
 String getId()
           
 String getTitle()
           
 
Methods inherited from interface nl.flotsam.pecia.AnnotatedSection
mark
 
Methods inherited from interface nl.flotsam.pecia.Contents
section
 
Methods inherited from interface nl.flotsam.pecia.SimpleContents
document, itemizedList, orderedList, para, para, table2Cols, table3Cols, table4Cols, table5Cols, verbatim
 
Methods inherited from interface nl.flotsam.pecia.DocumentElement
end, getParent
 
Methods inherited from interface nl.flotsam.pecia.builder.Initializer
start
 

Method Detail

getTitle

String getTitle()

getId

String getId()


Copyright © 2010. All Rights Reserved.