Generation Framework

org.eclipse.gmf.tooldef
Interface BundleImage

All Superinterfaces:
EObject, Image, Notifier
All Known Implementing Classes:
BundleImageImpl

public interface BundleImage
extends Image

A representation of the model object 'Bundle Image'.

The following features are supported:

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

Method Summary
 java.lang.String getBundle()
          Returns the value of the 'Bundle' attribute
 java.lang.String getPath()
          Returns the value of the 'Path' attribute
 void setBundle(java.lang.String value)
          Sets the value of the 'Bundle' attribute
 void setPath(java.lang.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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getPath

public java.lang.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...

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

setPath

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

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

getBundle

public java.lang.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...

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

setBundle

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

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

Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.