public class DocGenViewDBSwitch extends DocGenViewSwitch<DocumentElement>
modelPackage
Constructor and Description |
---|
DocGenViewDBSwitch() |
DocGenViewDBSwitch(boolean vieweditor) |
Modifier and Type | Method and Description |
---|---|
DocumentElement |
caseColSpec(ColSpec object)
Returns the result of interpreting the object as an instance of '
Col Spec'.
|
DocumentElement |
caseImage(Image object)
Returns the result of interpreting the object as an instance of '
Image'.
|
DocumentElement |
caseList(List object)
Returns the result of interpreting the object as an instance of '
List'.
|
DocumentElement |
caseListItem(ListItem object)
Returns the result of interpreting the object as an instance of '
List Item'.
|
DocumentElement |
caseMDEditableTable(MDEditableTable object)
Returns the result of interpreting the object as an instance of '
MD Editable Table'.
|
DocumentElement |
caseParagraph(Paragraph object)
Returns the result of interpreting the object as an instance of '
Paragraph'.
|
DocumentElement |
caseTable(Table object)
Returns the result of interpreting the object as an instance of '
Table'.
|
DocumentElement |
caseTableEntry(TableEntry object)
Returns the result of interpreting the object as an instance of '
Table Entry'.
|
DocumentElement |
caseText(Text object)
Returns the result of interpreting the object as an instance of '
Text'.
|
static EditableTable |
convertEditableTable(MDEditableTable object) |
caseHasContent, caseTableRow, caseViewElement, defaultCase, doSwitch, isSwitchFor
public DocGenViewDBSwitch(boolean vieweditor)
public DocGenViewDBSwitch()
public DocumentElement caseColSpec(ColSpec object)
DocGenViewSwitch
caseColSpec
in class DocGenViewSwitch<DocumentElement>
object
- the target of the switch.doSwitch(EObject)
public DocumentElement caseImage(Image object)
DocGenViewSwitch
caseImage
in class DocGenViewSwitch<DocumentElement>
object
- the target of the switch.doSwitch(EObject)
public DocumentElement caseList(List object)
DocGenViewSwitch
caseList
in class DocGenViewSwitch<DocumentElement>
object
- the target of the switch.doSwitch(EObject)
public DocumentElement caseListItem(ListItem object)
DocGenViewSwitch
caseListItem
in class DocGenViewSwitch<DocumentElement>
object
- the target of the switch.doSwitch(EObject)
public DocumentElement caseParagraph(Paragraph object)
DocGenViewSwitch
caseParagraph
in class DocGenViewSwitch<DocumentElement>
object
- the target of the switch.doSwitch(EObject)
public DocumentElement caseTable(Table object)
DocGenViewSwitch
caseTable
in class DocGenViewSwitch<DocumentElement>
object
- the target of the switch.doSwitch(EObject)
public DocumentElement caseTableEntry(TableEntry object)
DocGenViewSwitch
caseTableEntry
in class DocGenViewSwitch<DocumentElement>
object
- the target of the switch.doSwitch(EObject)
public DocumentElement caseText(Text object)
DocGenViewSwitch
caseText
in class DocGenViewSwitch<DocumentElement>
object
- the target of the switch.doSwitch(EObject)
public DocumentElement caseMDEditableTable(MDEditableTable object)
DocGenViewSwitch
caseMDEditableTable
in class DocGenViewSwitch<DocumentElement>
object
- the target of the switch.doSwitch(EObject)
public static EditableTable convertEditableTable(MDEditableTable object)