Package org.dcom.core.compliancedocument
Class Section
java.lang.Object
org.dcom.core.compliancedocument.ComplianceItem
org.dcom.core.compliancedocument.Section
The programmatic representation and helper functionality for managing A Section in a Compliance Document. A section is made up of, sections and paragraphs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidintintgetParagraph(int i) getSection(int i) voidvoidtoString()Methods inherited from class org.dcom.core.compliancedocument.ComplianceItem
addSubItem, addSubItem, generateNewGuid, getAccessURL, getHighestParaNumber, getIdentifier, getMetaDataList, getMetaDataList, getMetaDataString, getNoSubItems, getNumber, getParent, getSubItem, getSubItems, hasMetaData, hasNumber, hasSubItem, isListMetadata, mergeIn, removeMetaData, setHighestParaNumber, setMetaData, setNumber
-
Constructor Details
-
Section
-
-
Method Details
-
getSections
-
getParagraphs
-
getSection
-
getNoSections
public int getNoSections() -
addSection
-
removeSubItem
- Overrides:
removeSubItemin classComplianceItem
-
getParagraph
-
getNoParagraphs
public int getNoParagraphs() -
addParagraph
-
toString
- Overrides:
toStringin classComplianceItem
-
mergeIn
-