Class Section


public final class Section extends DocumentationContent
A documentation section.
  • Constructor Details

    • Section

      public Section()
    • Section

      public Section(String title, Format format, String content)
  • Method Details

    • getFilename

      public String getFilename()
      Gets the filename of this section.
      Returns:
      the filename, as a String
    • setFilename

      public void setFilename(String filename)
      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

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object