Interface Image

All Superinterfaces:
DiagramElement, Element, org.eclipse.emf.ecore.EObject, LeafElement, MethodElement, NamedElement, org.eclipse.emf.common.notify.Notifier, PackageableElement
All Known Implementing Classes:
ImageImpl

public interface Image
extends LeafElement
A representation of the model object 'Image'.

The following features are supported:

See Also:
UmaPackage.getImage()
  • Method Details

    • getUri

      java.net.URI getUri()
      Returns the value of the 'Uri' attribute.
      Returns:
      the value of the 'Uri' attribute.
      See Also:
      setUri(URI), UmaPackage.getImage_Uri()
    • setUri

      void setUri​(java.net.URI value)
      Sets the value of the 'Uri' attribute.
      Parameters:
      value - the new value of the 'Uri' attribute.
      See Also:
      getUri()
    • getMimeType

      java.lang.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), UmaPackage.getImage_MimeType()
    • setMimeType

      void setMimeType​(java.lang.String value)
      Sets the value of the 'Mime Type' attribute.
      Parameters:
      value - the new value of the 'Mime Type' attribute.
      See Also:
      getMimeType()