public class Subsection extends ParentSection
Subsection
class represents a subsection of a Section
. It
contains a list of Group
s.title
Constructor and Description |
---|
Subsection(java.lang.String title)
Initializes a newly created
Subsection with the specified name. |
Modifier and Type | Method and Description |
---|---|
void |
clearValues()
Clear values (sets default values) of all groups.
|
org.w3c.dom.Comment |
getComment() |
java.util.List<Group> |
getGroupList() |
void |
setComment(org.w3c.dom.Comment comment) |
void |
setGroupList(java.util.List<Group> groupList) |
getTitle
public Subsection(java.lang.String title)
Subsection
with the specified name. The
title
argument is the title of the subsection.title
- a title of the subsection.public java.util.List<Group> getGroupList()
public void setGroupList(java.util.List<Group> groupList)
public void clearValues()
public org.w3c.dom.Comment getComment()
public void setComment(org.w3c.dom.Comment comment)