public class Section extends Container
children, skipIfEmpty, stringIfEmpty, title
dgElement, ignore, loop, titlePrefix, titleSuffix, useContextNameAsTitle
Constructor and Description |
---|
Section() |
Modifier and Type | Method and Description |
---|---|
void |
accept(IModelVisitor v) |
java.util.List<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element> |
getExposes() |
java.lang.String |
getId() |
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element |
getLoopElement() |
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element |
getViewpoint() |
boolean |
isAppendix() |
void |
isAppendix(boolean a) |
boolean |
isChapter() |
void |
isChapter(boolean c) |
boolean |
isView() |
void |
setExposes(java.util.List<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element> exposes) |
void |
setId(java.lang.String id) |
void |
setLoopElement(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element loopElement) |
void |
setView(boolean b) |
void |
setViewpoint(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element viewpoint) |
java.lang.String |
toStringStart() |
addElement, getChildren, getSkipIfEmpty, getStringIfEmpty, getTitle, isEmpty, setSkipIfEmpty, setStringIfEmpty, setTitle, toStringEnd
getDgElement, getIgnore, getLoop, getTitlePrefix, getTitleSuffix, getUseContextNameAsTitle, setDgElement, setIgnore, setLoop, setTitlePrefix, setTitleSuffix, setUseContextNameAsTitle, toString
public void isAppendix(boolean a)
public boolean isAppendix()
public void isChapter(boolean c)
public boolean isChapter()
public void setId(java.lang.String id)
public void setView(boolean b)
public boolean isView()
public java.lang.String getId()
public void accept(IModelVisitor v)
public java.lang.String toStringStart()
toStringStart
in class Container
public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element getViewpoint()
public void setViewpoint(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element viewpoint)
public java.util.List<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element> getExposes()
public void setExposes(java.util.List<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element> exposes)
public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element getLoopElement()
public void setLoopElement(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element loopElement)