public interface IRDStyleRepository extends IModelElement
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
Modifier and Type | Method and Description |
---|---|
void |
addRDStyle(IRDStyle child) |
void |
addRDTableStyle(IRDTableStyle child) |
IRDStyle |
createRDStyle() |
IRDTableStyle |
createRDTableStyle() |
IRDStyle |
getRDStyleByIndex(int index) |
IRDStyle |
getRDStyleByName(java.lang.String name) |
IRDTableStyle |
getRDTableStyleByIndex(int index) |
IRDTableStyle |
getRDTableStyleByName(java.lang.String name) |
int |
rDStyleCount() |
java.util.Iterator |
rDStyleIterator() |
int |
rDTableStyleCount() |
java.util.Iterator |
rDTableStyleIterator() |
void |
removeRDStyle(IRDStyle child) |
void |
removeRDStyleByIndex(int index) |
void |
removeRDTableStyle(IRDTableStyle child) |
void |
removeRDTableStyleByIndex(int index) |
void |
reorderRDStyle(IRDStyle[] childs) |
void |
reorderRDTableStyle(IRDTableStyle[] childs) |
IRDStyle[] |
toRDStyleArray() |
IRDTableStyle[] |
toRDTableStyleArray() |
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
void addRDStyle(IRDStyle child)
void removeRDStyle(IRDStyle child)
IRDStyle getRDStyleByIndex(int index)
void removeRDStyleByIndex(int index)
void reorderRDStyle(IRDStyle[] childs)
int rDStyleCount()
java.util.Iterator rDStyleIterator()
IRDStyle[] toRDStyleArray()
IRDStyle createRDStyle()
IRDStyle getRDStyleByName(java.lang.String name)
void addRDTableStyle(IRDTableStyle child)
void removeRDTableStyle(IRDTableStyle child)
IRDTableStyle getRDTableStyleByIndex(int index)
void removeRDTableStyleByIndex(int index)
void reorderRDTableStyle(IRDTableStyle[] childs)
int rDTableStyleCount()
java.util.Iterator rDTableStyleIterator()
IRDTableStyle[] toRDTableStyleArray()
IRDTableStyle createRDTableStyle()
IRDTableStyle getRDTableStyleByName(java.lang.String name)