public interface IReference extends IModelElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_DESCRIPTION |
static java.lang.String |
PROP_TYPE |
static java.lang.String |
PROP_URL |
static int |
TYPE_A3_RESOURCE |
static int |
TYPE_DIAGRAM |
static int |
TYPE_FILE |
static int |
TYPE_FOLDER |
static int |
TYPE_MODEL_ELEMENT |
static int |
TYPE_SHAPE |
static int |
TYPE_URL |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
int |
getType() |
java.lang.String |
getUrl() |
IDiagramUIModel |
getUrlAsDiagram() |
IModelElement |
getUrlAsModel() |
IDiagramElement |
getUrlAsShape() |
void |
setDescription(java.lang.String description) |
void |
setType(int type) |
void |
setUrl(java.lang.String url) |
void |
setUrlAsDiagram(IDiagramUIModel aDiagram) |
void |
setUrlAsModel(IModelElement aModel) |
void |
setUrlAsShape(IDiagramElement aShape) |
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, 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, 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, toToRelationshipEndArraystatic final java.lang.String PROP_DESCRIPTION
static final java.lang.String PROP_URL
static final java.lang.String PROP_TYPE
static final int TYPE_FILE
static final int TYPE_URL
static final int TYPE_DIAGRAM
static final int TYPE_FOLDER
static final int TYPE_SHAPE
static final int TYPE_MODEL_ELEMENT
static final int TYPE_A3_RESOURCE
void setUrlAsDiagram(IDiagramUIModel aDiagram)
IDiagramUIModel getUrlAsDiagram()
void setUrlAsShape(IDiagramElement aShape)
IDiagramElement getUrlAsShape()
void setUrlAsModel(IModelElement aModel)
IModelElement getUrlAsModel()
void setDescription(java.lang.String description)
setDescription in interface IModelElementjava.lang.String getDescription()
getDescription in interface IModelElementvoid setUrl(java.lang.String url)
java.lang.String getUrl()
void setType(int type)
int getType()