public class TermSectionContent extends ASectionContent
| Constructor and Description |
|---|
TermSectionContent(DocumentId documentId,
SectionTemplate sectionTemplate,
java.util.List<com.clusterra.pmbok.term.domain.model.term.Term> terms) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(SectionContentVisitor<T> visitor) |
java.util.List<com.clusterra.pmbok.term.domain.model.term.Term> |
getTerms() |
getDocumentId, getSectionTemplatepublic TermSectionContent(DocumentId documentId, SectionTemplate sectionTemplate, java.util.List<com.clusterra.pmbok.term.domain.model.term.Term> terms)
public java.util.List<com.clusterra.pmbok.term.domain.model.term.Term> getTerms()
public <T> T accept(SectionContentVisitor<T> visitor) throws java.lang.Exception
java.lang.Exception