public class BulletedList extends Table
captions, colwidths, hideHeaders, includeDoc, showCaptions, showIfEmpty, stereotypeProperties, style, transpose
notToStringSet, sortElementsByName, targets, titles
dgElement, ignore, loop, titlePrefix, titleSuffix, useContextNameAsTitle
Constructor and Description |
---|
BulletedList() |
Modifier and Type | Method and Description |
---|---|
void |
addStereotypeProperties(DBHasContent parent,
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element e,
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property p) |
void |
initialize()
This is called after the query object has been constructed and the
targets and dgElement fields are set
|
boolean |
isOrderedList() |
boolean |
isShowStereotypePropertyNames() |
boolean |
isShowTargets() |
void |
setOrderedList(boolean b) |
void |
setShowStereotypePropertyNames(boolean b) |
void |
setShowTargets(boolean b) |
java.util.List<DocumentElement> |
visit(boolean forViewEditor,
java.lang.String outputDir)
This method must be overidden by subclasses to return the result of the
query
|
getCaptions, getColwidths, getStereotypeProperties, getStyle, isHideHeaders, isIncludeDoc, isShowCaptions, isShowIfEmpty, isTranspose, setCaptions, setColwidths, setHideHeaders, setIncludeDoc, setShowCaptions, setShowIfEmpty, setStereotypeProperties, setStyle, setTableThings, setTranspose
accept, getActions, getTargets, getTitles, isSortElementsByName, notToString, parse, setSortElementsByName, setTargets, setTitles, toStringStart
getDgElement, getIgnore, getLoop, getTitlePrefix, getTitleSuffix, getUseContextNameAsTitle, setDgElement, setIgnore, setLoop, setTitlePrefix, setTitleSuffix, setUseContextNameAsTitle, toString, toStringEnd
public void setOrderedList(boolean b)
public void setShowTargets(boolean b)
public void setShowStereotypePropertyNames(boolean b)
public boolean isOrderedList()
public boolean isShowTargets()
public boolean isShowStereotypePropertyNames()
public void addStereotypeProperties(DBHasContent parent, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element e, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property p)
public void initialize()
Query
initialize
in interface Generatable
initialize
in class Table
public java.util.List<DocumentElement> visit(boolean forViewEditor, java.lang.String outputDir)
Query
visit
in interface Generatable
visit
in class Query