public interface IDTBRuleConditionValue extends IModelElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_CONDITION |
static java.lang.String |
PROP_DOCUMENTATION |
static java.lang.String |
PROP_RULE |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
Modifier and Type | Method and Description |
---|---|
IDTBCondition |
getCondition() |
java.lang.String |
getDescription() |
java.lang.String |
getHTMLDescription() |
java.lang.String |
getHTMLDescription(boolean convertPlainTextToHTML) |
IDTBRule |
getRule() |
void |
setCondition(IDTBCondition condition) |
void |
setDescription(java.lang.String description) |
void |
setHTMLDescription(java.lang.String description) |
void |
setRule(IDTBRule rule) |
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, getTaggedValues, hasStereotype, indexOfSubDiagram, isMirrorModelElement, isTransientModel, removeChild, removeChildByIndex, removePropertyChangeListener, removeStereotype, removeStereotype, removeSubDiagram, setDocumentation, 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_RULE
static final java.lang.String PROP_CONDITION
static final java.lang.String PROP_DOCUMENTATION
void setRule(IDTBRule rule)
IDTBRule getRule()
void setCondition(IDTBCondition condition)
IDTBCondition getCondition()
void setDescription(java.lang.String description)
setDescription
in interface IModelElement
java.lang.String getDescription()
getDescription
in interface IModelElement
void setHTMLDescription(java.lang.String description)
setHTMLDescription
in interface IModelElement
java.lang.String getHTMLDescription()
getHTMLDescription
in interface IModelElement
java.lang.String getHTMLDescription(boolean convertPlainTextToHTML)
getHTMLDescription
in interface IModelElement