org.eclipse.gmf.mappings
Interface ToolOwner

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
LinkMapping, NodeMapping
All Known Implementing Classes:
LinkMappingImpl, NodeMappingImpl

public interface ToolOwner
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Tool Owner'.

The following features are supported:

See Also:
GMFMapPackage.getToolOwner()
Generated
Model Properties:
interface="true" abstract="true"

Method Summary
 AbstractTool getTool()
          Returns the value of the 'Tool' reference.
 void setTool(AbstractTool value)
          Sets the value of the 'Tool' reference.
 
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

getTool

AbstractTool getTool()
Returns the value of the 'Tool' reference. Way to create this element

Returns:
the value of the 'Tool' reference.
See Also:
setTool(AbstractTool), GMFMapPackage.getToolOwner_Tool()
Generated
Model Properties:

setTool

void setTool(AbstractTool value)
Sets the value of the 'Tool' reference.

Parameters:
value - the new value of the 'Tool' reference.
See Also:
getTool()
Generated


Copyright © 2012. All Rights Reserved.