public class ReferenceSectionContent extends ASectionContent
| Constructor and Description |
|---|
ReferenceSectionContent(DocumentId documentId,
SectionTemplate sectionTemplate,
java.util.List<com.clusterra.pmbok.reference.domain.model.reference.Reference> references) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(SectionContentVisitor<T> visitor) |
java.util.List<com.clusterra.pmbok.reference.domain.model.reference.Reference> |
getReferences() |
getDocumentId, getSectionTemplatepublic ReferenceSectionContent(DocumentId documentId, SectionTemplate sectionTemplate, java.util.List<com.clusterra.pmbok.reference.domain.model.reference.Reference> references)
public java.util.List<com.clusterra.pmbok.reference.domain.model.reference.Reference> getReferences()
public <T> T accept(SectionContentVisitor<T> visitor) throws java.lang.Exception
java.lang.Exception