Modelers

org.topcased.modeler.di.model
Interface Image

All Superinterfaces:
DiagramElement, EModelElement, EObject, LeafElement, Notifier

public interface Image
extends LeafElement

A representation of the model object 'Image'.

The following features are supported:

See Also:
DiagramInterchangePackage.getImage()
** Generated **
Model:

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getMimeType()
          Returns the value of the 'Mime Type' attribute
 java.lang.String getUri()
          Returns the value of the 'Uri' attribute
 void setMimeType(java.lang.String value)
          Sets the value of the 'Mime Type' attribute
 void setUri(java.lang.String value)
          Sets the value of the 'Uri' attribute.
 
Methods inherited from interface org.topcased.modeler.di.model.DiagramElement
getContainer, getProperty, getReference, isVisible, setContainer, setVisible
 
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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **
Method Detail

getUri

java.lang.String getUri()
Returns the value of the 'Uri' attribute.

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), DiagramInterchangePackage.getImage_Uri()
** Generated **
Model:

setUri

void setUri(java.lang.String value)
Sets the value of the 'Uri' attribute.

Parameters:
value - the new value of the 'Uri' attribute.
See Also:
getUri()
** Generated **

getMimeType

java.lang.String getMimeType()
Returns the value of the 'Mime Type' attribute.

If the meaning of the 'Mime Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Mime Type' attribute.
See Also:
setMimeType(String), DiagramInterchangePackage.getImage_MimeType()
** Generated **
Model:

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()
** Generated **

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.