public interface IRDHtmlTemplate extends IModelElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_HEIGHTS |
static java.lang.String |
PROP_NUMBERING_DETAILS |
static java.lang.String |
PROP_REF_ID |
static java.lang.String |
PROP_TEXT |
static java.lang.String |
PROP_TEXT_WITH_NUMBERING |
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, 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_TEXT
static final java.lang.String PROP_REF_ID
static final java.lang.String PROP_TEXT_WITH_NUMBERING
static final java.lang.String PROP_NUMBERING_DETAILS
static final java.lang.String PROP_HEIGHTS
void addRDNumberingDetails(IRDNumberingDetails child)
void removeRDNumberingDetails(IRDNumberingDetails child)
IRDNumberingDetails getRDNumberingDetailsByIndex(int index)
void removeRDNumberingDetailsByIndex(int index)
void reorderRDNumberingDetails(IRDNumberingDetails[] childs)
int rDNumberingDetailsCount()
java.util.Iterator rDNumberingDetailsIterator()
IRDNumberingDetails[] toRDNumberingDetailsArray()
IRDNumberingDetails createRDNumberingDetails()
IRDNumberingDetails getRDNumberingDetailsByName(java.lang.String name)
void setText(java.lang.String text)
java.lang.String getText()
void setRefId(java.lang.String refId)
java.lang.String getRefId()
void setTextWithNumbering(java.lang.String textWithNumbering)
java.lang.String getTextWithNumbering()
void addNumberingDetail(IRDNumberingDetails numberingDetail)
void removeNumberingDetail(IRDNumberingDetails numberingDetail)
IRDNumberingDetails getNumberingDetailByIndex(int index)
void removeNumberingDetailByIndex(int index)
int numberingDetailCount()
java.util.Iterator numberingDetailIterator()
IRDNumberingDetails
.IRDNumberingDetails[] toNumberingDetailArray()
void setHeights(java.lang.String heights)
java.lang.String getHeights()