public interface ILogicalViewContainer extends ILogicalViewElement, ILogicalViewParent
LOGICAL_VIEW_ELEMENT_TYPE_CONTAINER, LOGICAL_VIEW_ELEMENT_TYPE_DIAGRAM| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHTMLDescription()
Get the description of the container.
|
java.lang.String |
getName()
Get the name of the container
|
java.lang.String |
getNickHTMLDescription()
Get the description of the container.
|
java.lang.String |
getNickname()
Get the nickname of the container
|
void |
setHTMLDescription(java.lang.String description)
Set the description of the container.
|
void |
setName(java.lang.String name)
Set the name of the container.
|
void |
setNickHTMLDescription(java.lang.String description)
Set the description of the container.
|
void |
setNickname(java.lang.String nickname)
Set the nickname of the container.
|
getDiagram, getLogicalViewElementId, getLogicalViewElementParents, getLogicalViewElementTypeaddChild, addChild, childCount, childIterator, getChildByIndex, indexOfChild, removeChild, removeChild, setChildAt, toChildArrayvoid setName(java.lang.String name)
name - name of the containerjava.lang.String getName()
void setNickname(java.lang.String nickname)
nickname - nickname of the containerjava.lang.String getNickname()
void setHTMLDescription(java.lang.String description)
description - description of the container. in HTML.java.lang.String getHTMLDescription()
void setNickHTMLDescription(java.lang.String description)
description - nick description of the container. in HTML.java.lang.String getNickHTMLDescription()