public interface IRDCTableOfContentsTemplate extends IModelElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_HEIGHTS |
static java.lang.String |
PROP_LEVEL_STYLES |
static java.lang.String |
PROP_MAX_LEVEL |
static java.lang.String |
PROP_ROW_STYLES |
static java.lang.String |
PROP_ROWS |
static java.lang.String |
PROP_TOC_STYLE |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
addChild, addPropertyChangeListener, addStereotype, addStereotype, addSubDiagram, canModify, childCount, childCount, childCount, childIterator, childIterator, childIterator, constraintsIterator, createChild, delete, disposeTransientModel, duplicate, fromChartRelationshipCount, fromChartRelationshipIterator, fromRelationshipCount, fromRelationshipEndCount, fromRelationshipEndIterator, fromRelationshipIterator, getAddress, getChildById, getChildByIndex, getChildByIndex, getChildByName, getChildByName, getDescription, getDescriptionWithReferenceModels, getDiagramElements, getDisplayQualityScore, getDocumentation, getDocumentationWithReferenceModels, getHTMLDescription, getHTMLDescription, getHTMLDescriptionWithReferenceModels, getHTMLDescriptionWithReferenceModels, getHTMLDocumentation, getHTMLDocumentation, getHTMLDocumentationWithReferenceModels, getHTMLDocumentationWithReferenceModels, getId, getMasterView, getMirrorSource, getModelPropertyByName, getModelQualityDetails, getModelType, getName, getNickDescription, getNickDescriptionWithReferenceModels, getNickDocumentation, getNickDocumentationWithReferenceModels, getNickHTMLDescription, getNickHTMLDescription, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDocumentation, getNickHTMLDocumentation, getNickHTMLDocumentationWithReferenceModels, getNickHTMLDocumentationWithReferenceModels, getNickPropertyValue, getParent, getProject, getQualityReason, getQualityScore, getReferencedBys, getReferencingModels, getSubDiagramAt, getTaggedValues, hasStereotype, indexOfSubDiagram, isMirrorModelElement, isTransientModel, removeChild, removeChildByIndex, removePropertyChangeListener, removeStereotype, removeStereotype, removeSubDiagram, setDescription, setDocumentation, setHTMLDescription, setHTMLDocumentation, setName, setNickDescription, setNickDocumentation, setNickHTMLDescription, setNickHTMLDocumentation, setTaggedValues, stereotypeCount, stereotypeModelIterator, subDiagramCount, subDiagramIterator, toChartRelationshipCount, toChartRelationshipIterator, toChildArray, toChildArray, toChildArray, toFromChartRelationshipArray, toFromRelationshipArray, toFromRelationshipEndArray, toModelPropertyArray, toPropertiesString, toRelationshipCount, toRelationshipEndCount, toRelationshipEndIterator, toRelationshipIterator, toStereotypeModelArray, toSubDiagramArray, toToChartRelationshipArray, toToRelationshipArray, toToRelationshipEndArray
static final java.lang.String PROP_HEIGHTS
static final java.lang.String PROP_MAX_LEVEL
static final java.lang.String PROP_LEVEL_STYLES
static final java.lang.String PROP_ROWS
static final java.lang.String PROP_TOC_STYLE
static final java.lang.String PROP_ROW_STYLES
void addRDCTableOfContentRow(IRDCTableOfContentRow child)
void removeRDCTableOfContentRow(IRDCTableOfContentRow child)
IRDCTableOfContentRow getRDCTableOfContentRowByIndex(int index)
void removeRDCTableOfContentRowByIndex(int index)
void reorderRDCTableOfContentRow(IRDCTableOfContentRow[] childs)
int rDCTableOfContentRowCount()
java.util.Iterator rDCTableOfContentRowIterator()
IRDCTableOfContentRow[] toRDCTableOfContentRowArray()
IRDCTableOfContentRow createRDCTableOfContentRow()
IRDCTableOfContentRow getRDCTableOfContentRowByName(java.lang.String name)
void addCompositeValueSpecification(ICompositeValueSpecification child)
void removeCompositeValueSpecification(ICompositeValueSpecification child)
ICompositeValueSpecification getCompositeValueSpecificationByIndex(int index)
void removeCompositeValueSpecificationByIndex(int index)
void reorderCompositeValueSpecification(ICompositeValueSpecification[] childs)
int compositeValueSpecificationCount()
java.util.Iterator compositeValueSpecificationIterator()
ICompositeValueSpecification[] toCompositeValueSpecificationArray()
ICompositeValueSpecification createCompositeValueSpecification()
ICompositeValueSpecification getCompositeValueSpecificationByName(java.lang.String name)
void setNickname(java.lang.String nickname)
IModelElement
IModelElement
for current nickname of project.
An example on how to create nickname can be found at http://knowhow.visual-paradigm.com/?p=2234setNickname
in interface IModelElement
nickname
- the new nickname of this IModelElement
.java.lang.String getNickname()
IModelElement
IModelElement
for current nickname of project.
An example on how to create nickname can be found at http://knowhow.visual-paradigm.com/?p=2234getNickname
in interface IModelElement
IModelElement
.void setHeights(java.lang.String heights)
java.lang.String getHeights()
void setMaxLevel(int maxLevel)
int getMaxLevel()
void setLevelStyles(java.lang.String[] levelStyles)
java.lang.String[] getLevelStyles()
void addRow(IRDCTableOfContentRow row)
void removeRow(IRDCTableOfContentRow row)
IRDCTableOfContentRow getRowByIndex(int index)
void removeRowByIndex(int index)
int rowCount()
java.util.Iterator rowIterator()
IRDCTableOfContentRow
.IRDCTableOfContentRow[] toRowArray()
void setTocStyle(java.lang.String tocStyle)
java.lang.String getTocStyle()
void setRowStyles(java.lang.String[] rowStyles)
java.lang.String[] getRowStyles()