public class DBSection extends DBHasContent
This should really be a representation of a view instead since now view info is carried all the way through the generation process (even if they're not sections)
children
dgElement, from, fromProperty, id, title
Constructor and Description |
---|
DBSection() |
Modifier and Type | Method and Description |
---|---|
void |
accept(IDBVisitor v) |
java.lang.String |
getStringIfEmpty() |
boolean |
isAppendix() |
void |
isAppendix(boolean a) |
boolean |
isChapter() |
void |
isChapter(boolean c) |
boolean |
isSkipIfEmpty() |
boolean |
isView() |
void |
setSkipIfEmpty(boolean s) |
void |
setStringIfEmpty(java.lang.String s) |
void |
setView(boolean b) |
addElement, addElements, getChildren, toString
getDgElement, getFrom, getFromProperty, getId, getTitle, setDgElement, setFrom, setFromProperty, setId, setTitle
public void isAppendix(boolean a)
public boolean isAppendix()
public void isChapter(boolean c)
public boolean isChapter()
public boolean isSkipIfEmpty()
public java.lang.String getStringIfEmpty()
public void setSkipIfEmpty(boolean s)
public void setStringIfEmpty(java.lang.String s)
public boolean isView()
public void setView(boolean b)
public void accept(IDBVisitor v)