org.eclipse.gmf.codegen.gmfgen
Interface CustomBehaviour

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

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()

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()

setKey

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

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

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()

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()


Copyright © 2011. All Rights Reserved.