org.eclipse.gmf.tooldef
Interface GenericTool

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

public interface GenericTool
extends AbstractTool

A representation of the model object 'Generic Tool'.

The following features are supported:

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

Method Summary
 String getToolClass()
          Returns the value of the 'Tool Class' attribute.
 void setToolClass(String value)
          Sets the value of the 'Tool Class' attribute.
 
Methods inherited from interface org.eclipse.gmf.tooldef.AbstractTool
getDescription, getLargeIcon, getSmallIcon, getTitle, setDescription, setLargeIcon, setSmallIcon, setTitle
 
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

getToolClass

String getToolClass()
Returns the value of the 'Tool Class' attribute.

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

Returns:
the value of the 'Tool Class' attribute.
See Also:
setToolClass(String), GMFToolPackage.getGenericTool_ToolClass()
Generated
Model Properties:
required="true"

setToolClass

void setToolClass(String value)
Sets the value of the 'Tool Class' attribute.

Parameters:
value - the new value of the 'Tool Class' attribute.
See Also:
getToolClass()
Generated


Copyright © 2012. All Rights Reserved.