public interface IFileObject extends IModelElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_DESCRIPTION |
static java.lang.String |
PROP_FILE_OBJECT_TYPE |
static java.lang.String |
PROP_FILENAME |
static java.lang.String |
PROP_FILEPATH |
static java.lang.String |
PROP_ROW_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 |
|---|---|
java.lang.String |
getDescription() |
java.lang.String |
getFilename() |
int |
getFileObjectType() |
java.lang.String |
getFilepath() |
int |
getRowHeight() |
void |
setDescription(java.lang.String description) |
void |
setFilename(java.lang.String filename) |
void |
setFileObjectType(int fileObjectType) |
void |
setFilepath(java.lang.String filepath) |
void |
setRowHeight(int rowHeight) |
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_FILENAME
static final java.lang.String PROP_FILEPATH
static final java.lang.String PROP_DESCRIPTION
static final java.lang.String PROP_ROW_HEIGHT
static final java.lang.String PROP_FILE_OBJECT_TYPE
void setFilename(java.lang.String filename)
java.lang.String getFilename()
void setFilepath(java.lang.String filepath)
java.lang.String getFilepath()
void setDescription(java.lang.String description)
setDescription in interface IModelElementjava.lang.String getDescription()
getDescription in interface IModelElementvoid setRowHeight(int rowHeight)
int getRowHeight()
void setFileObjectType(int fileObjectType)
int getFileObjectType()