org.eclipse.gmf.codegen.gmfgen
Interface Updater

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

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

A representation of the model object 'Updater'.

The following features are supported:

See Also:
org.eclipse.gmf.codegen.gmfgen.GMFGenPackage#getUpdater()
Generated
Model Properties:
interface="true" abstract="true"

Method Summary
 String getDiagramUpdaterClassName()
          Returns the value of the 'Diagram Updater Class Name' attribute.
 String getDiagramUpdaterQualifiedClassName()
           
 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()
           
 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.
 
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

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), org.eclipse.gmf.codegen.gmfgen.GMFGenPackage#getUpdater_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), org.eclipse.gmf.codegen.gmfgen.GMFGenPackage#getUpdater_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), org.eclipse.gmf.codegen.gmfgen.GMFGenPackage#getUpdater_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

getDiagramUpdaterQualifiedClassName

String getDiagramUpdaterQualifiedClassName()

Generated
Model Properties:
kind="operation"

getNodeDescriptorQualifiedClassName

String getNodeDescriptorQualifiedClassName()

Generated
Model Properties:
kind="operation"

getLinkDescriptorQualifiedClassName

String getLinkDescriptorQualifiedClassName()

Generated
Model Properties:
kind="operation"


Copyright © 2012. All Rights Reserved.