org.eclipse.gmf.gmfgraph
Interface CustomPin

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Identity, org.eclipse.emf.common.notify.Notifier, Pin
All Known Implementing Classes:
CustomPinImpl

public interface CustomPin
extends Pin

A representation of the model object 'Custom Pin'.

The following features are supported:

See Also:
GMFGraphPackage.getCustomPin()
Generated
Model Properties:

Method Summary
 String getCustomOperationName()
          Returns the value of the 'Custom Operation Name' attribute.
 String getCustomOperationType()
          Returns the value of the 'Custom Operation Type' attribute.
 void setCustomOperationName(String value)
          Sets the value of the 'Custom Operation Name' attribute.
 void setCustomOperationType(String value)
          Sets the value of the 'Custom Operation Type' attribute.
 
Methods inherited from interface org.eclipse.gmf.gmfgraph.Pin
getOperationName, 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

getCustomOperationName

String getCustomOperationName()
Returns the value of the 'Custom Operation Name' attribute.

If the meaning of the 'Custom Operation Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Custom Operation Name' attribute.
See Also:
setCustomOperationName(String), GMFGraphPackage.getCustomPin_CustomOperationName()
Generated
Model Properties:

setCustomOperationName

void setCustomOperationName(String value)
Sets the value of the 'Custom Operation Name' attribute.

Parameters:
value - the new value of the 'Custom Operation Name' attribute.
See Also:
getCustomOperationName()
Generated

getCustomOperationType

String getCustomOperationType()
Returns the value of the 'Custom Operation Type' attribute.

If the meaning of the 'Custom Operation Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Custom Operation Type' attribute.
See Also:
setCustomOperationType(String), GMFGraphPackage.getCustomPin_CustomOperationType()
Generated
Model Properties:

setCustomOperationType

void setCustomOperationType(String value)
Sets the value of the 'Custom Operation Type' attribute.

Parameters:
value - the new value of the 'Custom Operation Type' attribute.
See Also:
getCustomOperationType()
Generated


Copyright © 2012. All Rights Reserved.