org.eclipse.gmf.codegen.gmfgen
Interface FigureViewmap

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

public interface FigureViewmap
extends Viewmap

A representation of the model object 'Figure Viewmap'.

The following features are supported:

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

Method Summary
 String getFigureQualifiedClassName()
          Returns the value of the 'Figure Qualified Class Name' attribute.
 void setFigureQualifiedClassName(String value)
          Sets the value of the 'Figure Qualified Class Name' attribute.
 
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.Viewmap
find, getAttributes, getLayoutType, getRequiredPluginIDs, setLayoutType
 
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

getFigureQualifiedClassName

String getFigureQualifiedClassName()
Returns the value of the 'Figure Qualified Class Name' attribute. Name of GEF Figure class

Returns:
the value of the 'Figure Qualified Class Name' attribute.
See Also:
setFigureQualifiedClassName(String), GMFGenPackage.getFigureViewmap_FigureQualifiedClassName()
Generated
Model Properties:
required="true"

setFigureQualifiedClassName

void setFigureQualifiedClassName(String value)
Sets the value of the 'Figure Qualified Class Name' attribute.

Parameters:
value - the new value of the 'Figure Qualified Class Name' attribute.
See Also:
getFigureQualifiedClassName()
Generated


Copyright © 2012. All Rights Reserved.