Package org.eclipse.epf.uma
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
- See Also:
UmaPackage.getImage()
-
Method Summary
Modifier and Type Method Description java.lang.String
getMimeType()
Returns the value of the 'Mime Type' attribute.java.net.URI
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.net.URI value)
Sets the value of the 'Uri
' attribute.Methods inherited from interface org.eclipse.epf.uma.DiagramElement
getContainer, getIsVisible, getProperty, getReference, setContainer, setIsVisible
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 org.eclipse.epf.uma.MethodElement
getBriefDescription, getGuid, getKind, getMethodElementProperty, getOrderingGuide, getOwnedRules, getPresentationName, getSuppressed, setBriefDescription, setGuid, setOrderingGuide, setPresentationName, setSuppressed
Methods inherited from interface org.eclipse.epf.uma.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
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()
-