org.eclipse.gmf.codegen.gmfgen
Interface Behaviour

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
CustomBehaviour, GenVisualEffect, OpenDiagramBehaviour, SharedBehaviour
All Known Implementing Classes:
CustomBehaviourImpl, GenVisualEffectImpl, OpenDiagramBehaviourImpl, SharedBehaviourImpl

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

A representation of the model object 'Behaviour'.

The following features are supported:

See Also:
GMFGenPackage.getBehaviour()
Generated
Model Properties:
interface="true" abstract="true"

Method Summary
 String getEditPolicyQualifiedClassName()
           
 GenCommonBase getSubject()
          Returns the value of the 'Subject' container 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

getSubject

GenCommonBase getSubject()
Returns the value of the 'Subject' container reference. It is bidirectional and its opposite is 'Behaviour'.

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

Returns:
the value of the 'Subject' container reference.
See Also:
GMFGenPackage.getBehaviour_Subject(), GenCommonBase.getBehaviour()
Generated
Model Properties:
opposite="behaviour" resolveProxies="false" transient="false" changeable="false"

getEditPolicyQualifiedClassName

String getEditPolicyQualifiedClassName()

Generated
Model Properties:
kind="operation"


Copyright © 2012. All Rights Reserved.