org.eclipse.gmf.tooldef
Interface BundleImage

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Image, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
BundleImageImpl

public interface BundleImage
extends Image

A representation of the model object 'Bundle Image'. Image bundled as part of distribution

The following features are supported:

See Also:
GMFToolPackage.getBundleImage()
Generated
Model Properties:

Method Summary
 String getBundle()
          Returns the value of the 'Bundle' attribute.
 String getPath()
          Returns the value of the 'Path' attribute.
 void setBundle(String value)
          Sets the value of the 'Bundle' attribute.
 void setPath(String value)
          Sets the value of the 'Path' attribute.
 
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.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getPath

String getPath()
Returns the value of the 'Path' attribute.

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

Relative path to image

Returns:
the value of the 'Path' attribute.
See Also:
setPath(String), GMFToolPackage.getBundleImage_Path()
Generated
Model Properties:

setPath

void setPath(String value)
Sets the value of the 'Path' attribute.

Parameters:
value - the new value of the 'Path' attribute.
See Also:
getPath()
Generated

getBundle

String getBundle()
Returns the value of the 'Bundle' attribute.

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

Empty value means image path is relative to generated bundle

Returns:
the value of the 'Bundle' attribute.
See Also:
setBundle(String), GMFToolPackage.getBundleImage_Bundle()
Generated
Model Properties:

setBundle

void setBundle(String value)
Sets the value of the 'Bundle' attribute.

Parameters:
value - the new value of the 'Bundle' attribute.
See Also:
getBundle()
Generated


Copyright © 2012. All Rights Reserved.