org.eclipse.gmf.codegen.gmfgen
Interface CustomBehaviour

All Superinterfaces:
Behaviour, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
GenVisualEffect
All Known Implementing Classes:
CustomBehaviourImpl, GenVisualEffectImpl

public interface CustomBehaviour
extends Behaviour

A representation of the model object 'Custom Behaviour'. Custom user behaviour

The following features are supported:

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

Method Summary
 String getEditPolicyQualifiedClassName()
          Returns the value of the 'Edit Policy Qualified Class Name' attribute.
 String getKey()
          Returns the value of the 'Key' attribute.
 void setEditPolicyQualifiedClassName(String value)
          Sets the value of the 'Edit Policy Qualified Class Name' attribute.
 void setKey(String value)
          Sets the value of the 'Key' attribute.
 
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.Behaviour
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

getKey

String getKey()
Returns the value of the 'Key' attribute. Key used to register edit policy in host edit part

Returns:
the value of the 'Key' attribute.
See Also:
setKey(String), GMFGenPackage.getCustomBehaviour_Key()
Generated
Model Properties:
required="true"

setKey

void setKey(String value)
Sets the value of the 'Key' attribute.

Parameters:
value - the new value of the 'Key' attribute.
See Also:
getKey()
Generated

getEditPolicyQualifiedClassName

String getEditPolicyQualifiedClassName()
Returns the value of the 'Edit Policy Qualified Class Name' attribute.

If the meaning of the 'Edit Policy Qualified Class Name' attribute isn't clear, there really should be more of a description here...

Specified by:
getEditPolicyQualifiedClassName in interface Behaviour
Returns:
the value of the 'Edit Policy Qualified Class Name' attribute.
See Also:
setEditPolicyQualifiedClassName(String), GMFGenPackage.getCustomBehaviour_EditPolicyQualifiedClassName()
Generated
Model Properties:
required="true"

setEditPolicyQualifiedClassName

void setEditPolicyQualifiedClassName(String value)
Sets the value of the 'Edit Policy Qualified Class Name' attribute.

Parameters:
value - the new value of the 'Edit Policy Qualified Class Name' attribute.
See Also:
getEditPolicyQualifiedClassName()
Generated


Copyright © 2012. All Rights Reserved.