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 TypeMethodDescriptionvoid
void
int
int
getParagraph
(int i) getSection
(int i) void
void
toString()
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:
removeSubItem
in classComplianceItem
-
getParagraph
-
getNoParagraphs
public int getNoParagraphs() -
addParagraph
-
toString
- Overrides:
toString
in classComplianceItem
-
mergeIn
-