Package com.structurizr.documentation
Class Section
java.lang.Object
com.structurizr.documentation.DocumentationContent
com.structurizr.documentation.Section
A documentation section.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the filename of this section.intgetOrder()inthashCode()voidsetFilename(String filename) Sets the filename of this section (e.g.Methods inherited from class com.structurizr.documentation.DocumentationContent
getContent, getElementId, getFormat, getTitle, setContent, setFormat, setTitle
-
Constructor Details
-
Section
public Section() -
Section
-
-
Method Details
-
getFilename
Gets the filename of this section.- Returns:
- the filename, as a String
-
setFilename
Sets the filename of this section (e.g. where this section was imported from).- Parameters:
filename- the filename, as a String
-
getOrder
public int getOrder() -
equals
-
hashCode
public int hashCode()
-