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 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()
      • setUri

        void setUri​(String value)
        Sets the value of the 'Uri' attribute.
        Parameters:
        value - the new value of the 'Uri' attribute.
        See Also:
        getUri()