org.eclipse.gmf.gmfgraph
Interface Pin

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Identity, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ColorPin, CustomPin, VisiblePin
All Known Implementing Classes:
ColorPinImpl, CustomPinImpl, VisiblePinImpl

public interface Pin
extends Identity

A representation of the model object 'Pin'.

See Also:
GMFGraphPackage.getPin()
Generated
Model Properties:
interface="true" abstract="true"

Method Summary
 String getOperationName()
           
 String getOperationType()
           
 
Methods inherited from interface org.eclipse.gmf.gmfgraph.Identity
getName, setName
 
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

getOperationName

String getOperationName()

Generated
Model Properties:
kind="operation"

getOperationType

String getOperationType()

Generated
Model Properties:
kind="operation"


Copyright © 2012. All Rights Reserved.