public class DescSection
extends java.lang.Object
Constructor and Description |
---|
DescSection(java.lang.String name)
Creates a new instance and sets the given name as the heading.
|
Modifier and Type | Method and Description |
---|---|
java.util.LinkedList<Description> |
getDescriptions()
Returns the list of descriptions contained in this section
|
java.lang.String |
getName()
Returns the name of the section, which is the heading at the same time
|
public DescSection(java.lang.String name)
public java.util.LinkedList<Description> getDescriptions()
public java.lang.String getName()