public interface IRDRevisionLogRow extends IModelElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_CELLS |
static java.lang.String |
PROP_HEIGHT |
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 |
addCell(IRDRevisionLogCell cell) |
void |
addRDRevisionLogCell(IRDRevisionLogCell child) |
int |
cellCount() |
java.util.Iterator |
cellIterator()
Returns an iterator over the model elements
IRDRevisionLogCell . |
IRDRevisionLogCell |
createRDRevisionLogCell() |
IRDRevisionLogCell |
getCellByIndex(int index) |
int |
getHeight() |
IRDRevisionLogCell |
getRDRevisionLogCellByIndex(int index) |
IRDRevisionLogCell |
getRDRevisionLogCellByName(java.lang.String name) |
int |
rDRevisionLogCellCount() |
java.util.Iterator |
rDRevisionLogCellIterator() |
void |
removeCell(IRDRevisionLogCell cell) |
void |
removeCellByIndex(int index) |
void |
removeRDRevisionLogCell(IRDRevisionLogCell child) |
void |
removeRDRevisionLogCellByIndex(int index) |
void |
reorderRDRevisionLogCell(IRDRevisionLogCell[] childs) |
void |
setHeight(int height) |
IRDRevisionLogCell[] |
toCellArray() |
IRDRevisionLogCell[] |
toRDRevisionLogCellArray() |
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_HEIGHT
static final java.lang.String PROP_CELLS
void addRDRevisionLogCell(IRDRevisionLogCell child)
void removeRDRevisionLogCell(IRDRevisionLogCell child)
IRDRevisionLogCell getRDRevisionLogCellByIndex(int index)
void removeRDRevisionLogCellByIndex(int index)
void reorderRDRevisionLogCell(IRDRevisionLogCell[] childs)
int rDRevisionLogCellCount()
java.util.Iterator rDRevisionLogCellIterator()
IRDRevisionLogCell[] toRDRevisionLogCellArray()
IRDRevisionLogCell createRDRevisionLogCell()
IRDRevisionLogCell getRDRevisionLogCellByName(java.lang.String name)
void setHeight(int height)
int getHeight()
void addCell(IRDRevisionLogCell cell)
void removeCell(IRDRevisionLogCell cell)
IRDRevisionLogCell getCellByIndex(int index)
void removeCellByIndex(int index)
int cellCount()
java.util.Iterator cellIterator()
IRDRevisionLogCell
.IRDRevisionLogCell[] toCellArray()