Generation Framework

org.eclipse.gmf.codegen.gmfgen
Interface DynamicModelAccess

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

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

A representation of the model object 'Dynamic Model Access'.

The following features are supported:

See Also:
GMFGenPackage.getDynamicModelAccess()
** Generated **
Model:

Method Summary
 java.lang.String getClassName()
          Returns the value of the 'Class Name' attribute.
 GenEditorGenerator getEditorGen()
          Returns the value of the 'Editor Gen' container reference.
 java.lang.String getPackageName()
          Returns the value of the 'Package Name' attribute
 java.lang.String getQualifiedClassName()
           
 void setClassName(java.lang.String value)
          Sets the value of the 'Class Name' attribute
 void setPackageName(java.lang.String value)
          Sets the value of the 'Package Name' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, 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 'Model Access'.

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.getDynamicModelAccess_EditorGen(), GenEditorGenerator.getModelAccess()
** Generated **
Model:
opposite="modelAccess" resolveProxies="false" transient="false" changeable="false"

getPackageName

java.lang.String getPackageName()
Returns the value of the 'Package Name' attribute.

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

Returns:
the value of the 'Package Name' attribute.
See Also:
setPackageName(String), GMFGenPackage.getDynamicModelAccess_PackageName()
** Generated **
Model:

setPackageName

void setPackageName(java.lang.String value)
Sets the value of the 'Package Name' attribute.

Parameters:
value - the new value of the 'Package Name' attribute.
See Also:
getPackageName()
** Generated **

getClassName

java.lang.String getClassName()
Returns the value of the 'Class Name' attribute. The default value is "MetaModelFacility".

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

Returns:
the value of the 'Class Name' attribute.
See Also:
setClassName(String), GMFGenPackage.getDynamicModelAccess_ClassName()
** Generated **
Model:
default="MetaModelFacility"

setClassName

void setClassName(java.lang.String value)
Sets the value of the 'Class Name' attribute.

Parameters:
value - the new value of the 'Class Name' attribute.
See Also:
getClassName()
** Generated **

getQualifiedClassName

java.lang.String getQualifiedClassName()

** Generated **
Model:
kind="operation"

Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.