public class SetupSection
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static SetupSection |
EMPTY |
Constructor and Description |
---|
SetupSection() |
Modifier and Type | Method and Description |
---|---|
void |
addDoSection(DoSection doSection) |
java.util.List<DoSection> |
getDoSections() |
SkipSection |
getSkipSection() |
boolean |
isEmpty() |
void |
setSkipSection(SkipSection skipSection) |
public static final SetupSection EMPTY
public SkipSection getSkipSection()
public void setSkipSection(SkipSection skipSection)
public java.util.List<DoSection> getDoSections()
public void addDoSection(DoSection doSection)
public boolean isEmpty()