public interface IRDCTableOfContentRow extends IModelElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_INDENT_LEVEL |
static java.lang.String |
PROP_INDEX |
static java.lang.String |
PROP_JUMP_TO_ID |
static java.lang.String |
PROP_PAGE_NUMBER |
static java.lang.String |
PROP_TEXT |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
Modifier and Type | Method and Description |
---|---|
int |
getIndentLevel() |
java.lang.String |
getIndex() |
java.lang.String |
getJumpToId() |
int |
getPageNumber() |
java.lang.String |
getText() |
void |
setIndentLevel(int indentLevel) |
void |
setIndex(java.lang.String index) |
void |
setJumpToId(java.lang.String jumpToId) |
void |
setPageNumber(int pageNumber) |
void |
setText(java.lang.String text) |
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, getNickname, 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, setNickname, 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_INDEX
static final java.lang.String PROP_INDENT_LEVEL
static final java.lang.String PROP_PAGE_NUMBER
static final java.lang.String PROP_TEXT
static final java.lang.String PROP_JUMP_TO_ID
void setIndex(java.lang.String index)
java.lang.String getIndex()
void setIndentLevel(int indentLevel)
int getIndentLevel()
void setPageNumber(int pageNumber)
int getPageNumber()
void setText(java.lang.String text)
java.lang.String getText()
void setJumpToId(java.lang.String jumpToId)
java.lang.String getJumpToId()