org.eclipse.gmf.codegen.gmfgen
Interface SharedBehaviour

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

public interface SharedBehaviour
extends Behaviour

A representation of the model object 'Shared Behaviour'.

The following features are supported:

See Also:
GMFGenPackage.getSharedBehaviour()
Generated
Model Properties:

Method Summary
 Behaviour getDelegate()
          Returns the value of the 'Delegate' reference.
 void setDelegate(Behaviour value)
          Sets the value of the 'Delegate' reference.
 
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.Behaviour
getEditPolicyQualifiedClassName, getSubject
 
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

getDelegate

Behaviour getDelegate()
Returns the value of the 'Delegate' reference.

If the meaning of the 'Delegate' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Delegate' reference.
See Also:
setDelegate(Behaviour), GMFGenPackage.getSharedBehaviour_Delegate()
Generated
Model Properties:
required="true"

setDelegate

void setDelegate(Behaviour value)
Sets the value of the 'Delegate' reference.

Parameters:
value - the new value of the 'Delegate' reference.
See Also:
getDelegate()
Generated


Copyright © 2012. All Rights Reserved.