org.eclipse.gmf.codegen.gmfgen
Interface ParentAssignedViewmap

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

public interface ParentAssignedViewmap
extends Viewmap

A representation of the model object 'Parent Assigned Viewmap'. Figure (with specified class name, if any) will be assigned by (or should be taken from) parent

The following features are supported:

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

Method Summary
 String getFigureQualifiedClassName()
          Returns the value of the 'Figure Qualified Class Name' attribute.
 String getGetterName()
          Returns the value of the 'Getter Name' attribute.
 String getSetterName()
          Returns the value of the 'Setter Name' attribute.
 void setFigureQualifiedClassName(String value)
          Sets the value of the 'Figure Qualified Class Name' attribute.
 void setGetterName(String value)
          Sets the value of the 'Getter Name' attribute.
 void setSetterName(String value)
          Sets the value of the 'Setter 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

getGetterName

String getGetterName()
Returns the value of the 'Getter Name' attribute. Access figure from parent's figure

Returns:
the value of the 'Getter Name' attribute.
See Also:
setGetterName(String), GMFGenPackage.getParentAssignedViewmap_GetterName()
Generated
Model Properties:
required="true"

setGetterName

void setGetterName(String value)
Sets the value of the 'Getter Name' attribute.

Parameters:
value - the new value of the 'Getter Name' attribute.
See Also:
getGetterName()
Generated

getSetterName

String getSetterName()
Returns the value of the 'Setter Name' attribute. Child could provide typed alternative to setFigure() method

Returns:
the value of the 'Setter Name' attribute.
See Also:
setSetterName(String), GMFGenPackage.getParentAssignedViewmap_SetterName()
Generated
Model Properties:

setSetterName

void setSetterName(String value)
Sets the value of the 'Setter Name' attribute.

Parameters:
value - the new value of the 'Setter Name' attribute.
See Also:
getSetterName()
Generated

getFigureQualifiedClassName

String getFigureQualifiedClassName()
Returns the value of the 'Figure Qualified Class Name' attribute. When specified, type of child's figure

Returns:
the value of the 'Figure Qualified Class Name' attribute.
See Also:
setFigureQualifiedClassName(String), GMFGenPackage.getParentAssignedViewmap_FigureQualifiedClassName()
Generated
Model Properties:

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.