public interface ExternDocument extends ModelElement
The rich note has a specified MIME type that allows choosing an adequate editor to modify it. It may have or not a path telling where it is stored. It may also have an abstract containing a resume, statistics or other informations telling what the document contains without having to open it.
Modifier and Type | Method and Description |
---|---|
String |
getAbstract()
Getter for attribute 'ExternDocument.Abstract'
Metamodel description:
An Abstract/Resume of the rich note.
|
String |
getMimeType()
Getter for attribute 'ExternDocument.MimeType'
Metamodel description:
MIME type of the rich note.
|
String |
getPath()
Getter for attribute 'ExternDocument.Path'
Metamodel description:
Path of the rich note if stored elsewhere than the default location.
|
ModelElement |
getSubject()
Getter for relation 'ExternDocument->Subject'
Metamodel description:
Model element owning the rich note.
|
ExternDocumentType |
getType()
Getter for relation 'ExternDocument->Type'
Metamodel description:
Semantic function of the rich note.
|
void |
setAbstract(String value)
Setter for attribute 'ExternDocument.Abstract'
Metamodel description:
An Abstract/Resume of the rich note.
|
void |
setMimeType(String value)
Setter for attribute 'ExternDocument.MimeType'
Metamodel description:
MIME type of the rich note.
|
void |
setPath(String value)
Setter for attribute 'ExternDocument.Path'
Metamodel description:
Path of the rich note if stored elsewhere than the default location.
|
void |
setSubject(ModelElement value)
Setter for relation 'ExternDocument->Subject'
Metamodel description:
Model element owning the rich note.
|
void |
setType(ExternDocumentType value)
Setter for relation 'ExternDocument->Type'
Metamodel description:
Semantic function of the rich note.
|
addStereotype, getBpmnLaneRefs, getBpmnLaneRefs, getConstraintDefinition, getConstraintDefinition, getDefaultParametering, getDefaultParametering, getDependsOnDependency, getDependsOnDependency, getDescriptor, getDescriptor, getDocument, getDocument, getExtension, getExtension, getImpactedDependency, getImpactedDependency, getLocalProperties, getLocalProperty, getManifesting, getManifesting, getMatrix, getMatrix, getName, getNote, getNoteContent, getOwnerTemplateParameter, getProduct, getProduct, getProperties, getProperties, getProperties, getProperty, getProperty, getReceivedInfo, getReceivedInfo, getRepresentingConnector, getRepresentingConnector, getRepresentingEnd, getRepresentingEnd, getRepresentingInstance, getRepresentingInstance, getRepresentingPartition, getRepresentingPartition, getRepresents, getRepresents, getSentInfo, getSentInfo, getStereotype, getTag, getTag, getTag, getTagValue, getTagValues, getTemplateSubstitution, getTemplateSubstitution, getTypingParameter, getTypingParameter, isStereotyped, isTagged, putNoteContent, putTagValue, putTagValues, removeNotes, removeStereotypes, removeTags, setLocalProperties, setLocalProperty, setName, setOwnerTemplateParameter, setProperty, setProperty
getAddedToQuery, getAddedToQuery, getCausing, getCausing, getDiagramElement, getDiagramElement
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
accept, delete, getCompositionChildren, getCompositionOwner, getMClass, getStatus, getUuid, isDeleted, isModifiable, isShell, isValid, mGet, mGet, mSet
compareTo
static final String MNAME
String getMimeType()
void setMimeType(String value)
String getPath()
void setPath(String value)
String getAbstract()
void setAbstract(String value)
ExternDocumentType getType()
void setType(ExternDocumentType value)
ModelElement getSubject()
void setSubject(ModelElement value)