public interface IRDNumberingSetting extends IModelElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_LEVEL_FORMATS |
static java.lang.String |
PROP_LEVEL_STYLES |
static java.lang.String |
PROP_MAX_LEVEL |
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 |
addLevelFormat(IIntValue levelFormat) |
void |
addLevelStyle(IStringValue levelStyle) |
IIntValue |
getLevelFormatByIndex(int index) |
IStringValue |
getLevelStyleByIndex(int index) |
int |
getMaxLevel() |
int |
levelFormatCount() |
java.util.Iterator |
levelFormatIterator()
Returns an iterator over the model elements
IIntValue . |
int |
levelStyleCount() |
java.util.Iterator |
levelStyleIterator()
Returns an iterator over the model elements
IStringValue . |
void |
removeLevelFormat(IIntValue levelFormat) |
void |
removeLevelFormatByIndex(int index) |
void |
removeLevelStyle(IStringValue levelStyle) |
void |
removeLevelStyleByIndex(int index) |
void |
setMaxLevel(int maxLevel) |
IIntValue[] |
toLevelFormatArray() |
IStringValue[] |
toLevelStyleArray() |
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_MAX_LEVEL
static final java.lang.String PROP_LEVEL_STYLES
static final java.lang.String PROP_LEVEL_FORMATS
void setMaxLevel(int maxLevel)
int getMaxLevel()
void addLevelStyle(IStringValue levelStyle)
void removeLevelStyle(IStringValue levelStyle)
IStringValue getLevelStyleByIndex(int index)
void removeLevelStyleByIndex(int index)
int levelStyleCount()
java.util.Iterator levelStyleIterator()
IStringValue
.IStringValue[] toLevelStyleArray()
void addLevelFormat(IIntValue levelFormat)
void removeLevelFormat(IIntValue levelFormat)
IIntValue getLevelFormatByIndex(int index)
void removeLevelFormatByIndex(int index)
int levelFormatCount()
java.util.Iterator levelFormatIterator()
IIntValue
.IIntValue[] toLevelFormatArray()