|
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:
-
Method Summary
|
java.lang.String
|
getToolClass
()
Returns the value of the '
Tool Class
' attribute |
void
|
setToolClass
(java.lang.String value)
Sets the value of the '
Tool Class ' 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
|
getToolClass
java.lang.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:
- required="true"
setToolClass
void setToolClass(java.lang.String value)
- Sets the value of the '
Tool Class ' attribute.
-
-
-
Parameters:
-
value - the new value of the 'Tool Class' attribute. -
See Also:
-
getToolClass()
-
** Generated **
-
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.
|
|