org.eclipse.gmf.codegen.gmfgen
Interface GenDiagramUpdater

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

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

A representation of the model object 'Gen Diagram Updater'.

The following features are supported:

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

Method Summary
 String getDiagramUpdaterClassName()
          Returns the value of the 'Diagram Updater Class Name' attribute.
 String getDiagramUpdaterQualifiedClassName()
           
 GenEditorGenerator getEditorGen()
          Returns the value of the 'Editor Gen' container reference.
 String getLinkDescriptorClassName()
          Returns the value of the 'Link Descriptor Class Name' attribute.
 String getLinkDescriptorQualifiedClassName()
           
 String getNodeDescriptorClassName()
          Returns the value of the 'Node Descriptor Class Name' attribute.
 String getNodeDescriptorQualifiedClassName()
           
 String getUpdateCommandClassName()
          Returns the value of the 'Update Command Class Name' attribute.
 String getUpdateCommandID()
          Returns the value of the 'Update Command ID' attribute.
 String getUpdateCommandQualifiedClassName()
           
 void setDiagramUpdaterClassName(String value)
          Sets the value of the 'Diagram Updater Class Name' attribute.
 void setLinkDescriptorClassName(String value)
          Sets the value of the 'Link Descriptor Class Name' attribute.
 void setNodeDescriptorClassName(String value)
          Sets the value of the 'Node Descriptor Class Name' attribute.
 void setUpdateCommandClassName(String value)
          Sets the value of the 'Update Command Class Name' attribute.
 void setUpdateCommandID(String value)
          Sets the value of the 'Update Command ID' attribute.
 
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

getEditorGen

GenEditorGenerator getEditorGen()
Returns the value of the 'Editor Gen' container reference. It is bidirectional and its opposite is 'Diagram Updater'.

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

Returns:
the value of the 'Editor Gen' container reference.
See Also:
GMFGenPackage.getGenDiagramUpdater_EditorGen(), GenEditorGenerator.getDiagramUpdater()
Generated
Model Properties:
opposite="diagramUpdater" resolveProxies="false" transient="false" changeable="false"

getDiagramUpdaterClassName

String getDiagramUpdaterClassName()
Returns the value of the 'Diagram Updater Class Name' attribute.

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

Returns:
the value of the 'Diagram Updater Class Name' attribute.
See Also:
setDiagramUpdaterClassName(String), GMFGenPackage.getGenDiagramUpdater_DiagramUpdaterClassName()
Generated
Model Properties:

setDiagramUpdaterClassName

void setDiagramUpdaterClassName(String value)
Sets the value of the 'Diagram Updater Class Name' attribute.

Parameters:
value - the new value of the 'Diagram Updater Class Name' attribute.
See Also:
getDiagramUpdaterClassName()
Generated

getNodeDescriptorClassName

String getNodeDescriptorClassName()
Returns the value of the 'Node Descriptor Class Name' attribute.

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

Returns:
the value of the 'Node Descriptor Class Name' attribute.
See Also:
setNodeDescriptorClassName(String), GMFGenPackage.getGenDiagramUpdater_NodeDescriptorClassName()
Generated
Model Properties:

setNodeDescriptorClassName

void setNodeDescriptorClassName(String value)
Sets the value of the 'Node Descriptor Class Name' attribute.

Parameters:
value - the new value of the 'Node Descriptor Class Name' attribute.
See Also:
getNodeDescriptorClassName()
Generated

getLinkDescriptorClassName

String getLinkDescriptorClassName()
Returns the value of the 'Link Descriptor Class Name' attribute.

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

Returns:
the value of the 'Link Descriptor Class Name' attribute.
See Also:
setLinkDescriptorClassName(String), GMFGenPackage.getGenDiagramUpdater_LinkDescriptorClassName()
Generated
Model Properties:

setLinkDescriptorClassName

void setLinkDescriptorClassName(String value)
Sets the value of the 'Link Descriptor Class Name' attribute.

Parameters:
value - the new value of the 'Link Descriptor Class Name' attribute.
See Also:
getLinkDescriptorClassName()
Generated

getUpdateCommandClassName

String getUpdateCommandClassName()
Returns the value of the 'Update Command Class Name' attribute.

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

Returns:
the value of the 'Update Command Class Name' attribute.
See Also:
setUpdateCommandClassName(String), GMFGenPackage.getGenDiagramUpdater_UpdateCommandClassName()
Generated
Model Properties:

setUpdateCommandClassName

void setUpdateCommandClassName(String value)
Sets the value of the 'Update Command Class Name' attribute.

Parameters:
value - the new value of the 'Update Command Class Name' attribute.
See Also:
getUpdateCommandClassName()
Generated

getUpdateCommandID

String getUpdateCommandID()
Returns the value of the 'Update Command ID' attribute.

If the meaning of the 'Update Command ID' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Update Command ID' attribute.
See Also:
setUpdateCommandID(String), GMFGenPackage.getGenDiagramUpdater_UpdateCommandID()
Generated
Model Properties:

setUpdateCommandID

void setUpdateCommandID(String value)
Sets the value of the 'Update Command ID' attribute.

Parameters:
value - the new value of the 'Update Command ID' attribute.
See Also:
getUpdateCommandID()
Generated

getDiagramUpdaterQualifiedClassName

String getDiagramUpdaterQualifiedClassName()

Generated
Model Properties:
kind="operation"

getNodeDescriptorQualifiedClassName

String getNodeDescriptorQualifiedClassName()

Generated
Model Properties:
kind="operation"

getLinkDescriptorQualifiedClassName

String getLinkDescriptorQualifiedClassName()

Generated
Model Properties:
kind="operation"

getUpdateCommandQualifiedClassName

String getUpdateCommandQualifiedClassName()

Generated
Model Properties:
kind="operation"


Copyright © 2012. All Rights Reserved.