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

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

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

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

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

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

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

getDiagramUpdaterQualifiedClassName

String getDiagramUpdaterQualifiedClassName()


getNodeDescriptorQualifiedClassName

String getNodeDescriptorQualifiedClassName()


getLinkDescriptorQualifiedClassName

String getLinkDescriptorQualifiedClassName()



Copyright © 2011. All Rights Reserved.