public interface IApiTag extends IModelElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_DOCUMENTATION |
static java.lang.String |
PROP_EXTERNAL_DOCS_DESCRIPTION |
static java.lang.String |
PROP_EXTERNAL_DOCS_URL |
static java.lang.String |
PROP_TAGGED_VALUES |
static java.lang.String |
PROP_VOICES |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE| Modifier and Type | Method and Description |
|---|---|
void |
addVoice(IVoice voice) |
java.lang.String |
getDescription() |
java.lang.String |
getExternalDocsDescription() |
java.lang.String |
getExternalDocsUrl() |
java.lang.String |
getHTMLDescription() |
java.lang.String |
getHTMLDescription(boolean convertPlainTextToHTML) |
java.lang.String |
getHTMLExternalDocsDescription() |
java.lang.String |
getHTMLExternalDocsDescription(boolean convertPlainTextToHTML) |
ITaggedValueContainer |
getTaggedValues() |
IVoice |
getVoiceByIndex(int index) |
void |
removeVoice(IVoice voice) |
void |
removeVoiceByIndex(int index) |
void |
setDescription(java.lang.String description) |
void |
setExternalDocsDescription(java.lang.String externalDocsDescription) |
void |
setExternalDocsUrl(java.lang.String externalDocsUrl) |
void |
setHTMLDescription(java.lang.String description) |
void |
setHTMLExternalDocsDescription(java.lang.String externalDocsDescription) |
void |
setTaggedValues(ITaggedValueContainer taggedValues) |
IVoice[] |
toVoiceArray() |
int |
voiceCount() |
java.util.Iterator |
voiceIterator()
Returns an iterator over the model elements
IVoice. |
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, getDescriptionWithReferenceModels, getDiagramElements, getDisplayQualityScore, getDocumentation, getDocumentationWithReferenceModels, 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, hasStereotype, indexOfSubDiagram, isMirrorModelElement, isTransientModel, removeChild, removeChildByIndex, removePropertyChangeListener, removeStereotype, removeStereotype, removeSubDiagram, setDocumentation, setHTMLDocumentation, setName, setNickDescription, setNickDocumentation, setNickHTMLDescription, setNickHTMLDocumentation, setNickname, stereotypeCount, stereotypeModelIterator, subDiagramCount, subDiagramIterator, toChartRelationshipCount, toChartRelationshipIterator, toChildArray, toChildArray, toChildArray, toFromChartRelationshipArray, toFromRelationshipArray, toFromRelationshipEndArray, toModelPropertyArray, toPropertiesString, toRelationshipCount, toRelationshipEndCount, toRelationshipEndIterator, toRelationshipIterator, toStereotypeModelArray, toSubDiagramArray, toToChartRelationshipArray, toToRelationshipArray, toToRelationshipEndArraystatic final java.lang.String PROP_DOCUMENTATION
static final java.lang.String PROP_VOICES
static final java.lang.String PROP_TAGGED_VALUES
static final java.lang.String PROP_EXTERNAL_DOCS_DESCRIPTION
static final java.lang.String PROP_EXTERNAL_DOCS_URL
void setDescription(java.lang.String description)
setDescription in interface IModelElementjava.lang.String getDescription()
getDescription in interface IModelElementvoid setHTMLDescription(java.lang.String description)
setHTMLDescription in interface IModelElementjava.lang.String getHTMLDescription()
getHTMLDescription in interface IModelElementjava.lang.String getHTMLDescription(boolean convertPlainTextToHTML)
getHTMLDescription in interface IModelElementvoid addVoice(IVoice voice)
void removeVoice(IVoice voice)
IVoice getVoiceByIndex(int index)
void removeVoiceByIndex(int index)
int voiceCount()
java.util.Iterator voiceIterator()
IVoice.IVoice[] toVoiceArray()
void setTaggedValues(ITaggedValueContainer taggedValues)
setTaggedValues in interface IModelElementITaggedValueContainer getTaggedValues()
getTaggedValues in interface IModelElementvoid setExternalDocsDescription(java.lang.String externalDocsDescription)
java.lang.String getExternalDocsDescription()
void setHTMLExternalDocsDescription(java.lang.String externalDocsDescription)
java.lang.String getHTMLExternalDocsDescription()
java.lang.String getHTMLExternalDocsDescription(boolean convertPlainTextToHTML)
void setExternalDocsUrl(java.lang.String externalDocsUrl)
java.lang.String getExternalDocsUrl()