Package com.sodius.mdw.metamodel.uml21
Interface DiagramImage
-
- All Superinterfaces:
Comparable<Object>
,DiagramElement
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,LeafElement
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
public interface DiagramImage extends LeafElement
A representation of the model object 'Diagram Image'.The following features are supported:
- See Also:
com.sodius.mdw.metamodel.uml21.Uml21Package#getDiagramImage()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMimeType()
Returns the value of the 'Mime Type' attribute.String
getUri()
Returns the value of the 'Uri' attribute.void
setMimeType(String value)
Sets the value of the 'Mime Type
' attribute.void
setUri(String value)
Sets the value of the 'Uri
' attribute.-
Methods inherited from interface com.sodius.mdw.metamodel.uml21.DiagramElement
getContainer, getDiagram, getProperty, getProperty, getProperty, getProperty, getReference, isSetIsVisible, isVisible, removeProperty, setContainer, setIsVisible, setProperty, setProperty, unsetIsVisible
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
-
-
-
Method Detail
-
getMimeType
String getMimeType()
Returns the value of the 'Mime Type' attribute. The default value is""
.- Returns:
- the value of the 'Mime Type' attribute.
- See Also:
setMimeType(String)
,com.sodius.mdw.metamodel.uml21.Uml21Package#getDiagramImage_MimeType()
-
setMimeType
void setMimeType(String value)
Sets the value of the 'Mime Type
' attribute.- Parameters:
value
- the new value of the 'Mime Type' attribute.- See Also:
getMimeType()
-
getUri
String getUri()
Returns the value of the 'Uri' attribute. The default value is""
.If the meaning of the 'Uri' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Uri' attribute.
- See Also:
setUri(String)
,com.sodius.mdw.metamodel.uml21.Uml21Package#getDiagramImage_Uri()
-
-