public interface IRDCFreeStylePageTemplate extends IModelElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_COVER |
static java.lang.String |
PROP_TEMPLATES |
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_COVER
static final java.lang.String PROP_TEMPLATES
void addRDCFreeStyleHtmlTemplate(IRDCFreeStyleHtmlTemplate child)
void removeRDCFreeStyleHtmlTemplate(IRDCFreeStyleHtmlTemplate child)
IRDCFreeStyleHtmlTemplate getRDCFreeStyleHtmlTemplateByIndex(int index)
void removeRDCFreeStyleHtmlTemplateByIndex(int index)
void reorderRDCFreeStyleHtmlTemplate(IRDCFreeStyleHtmlTemplate[] childs)
int rDCFreeStyleHtmlTemplateCount()
java.util.Iterator rDCFreeStyleHtmlTemplateIterator()
IRDCFreeStyleHtmlTemplate[] toRDCFreeStyleHtmlTemplateArray()
IRDCFreeStyleHtmlTemplate createRDCFreeStyleHtmlTemplate()
IRDCFreeStyleHtmlTemplate getRDCFreeStyleHtmlTemplateByName(java.lang.String name)
void setCover(boolean cover)
boolean isCover()
void addTemplate(IRDCFreeStyleHtmlTemplate template)
void removeTemplate(IRDCFreeStyleHtmlTemplate template)
IRDCFreeStyleHtmlTemplate getTemplateByIndex(int index)
void removeTemplateByIndex(int index)
int templateCount()
java.util.Iterator templateIterator()
IRDCFreeStyleHtmlTemplate
.IRDCFreeStyleHtmlTemplate[] toTemplateArray()