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 Properties:

Method Summary
 String getClassName()
          Returns the value of the 'Class Name' attribute.
 GenEditorGenerator getEditorGen()
          Returns the value of the 'Editor Gen' container reference.
 String getPackageName()
          Returns the value of the 'Package Name' attribute.
 String getQualifiedClassName()
           
 void setClassName(String value)
          Sets the value of the 'Class Name' attribute.
 void setPackageName(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, eInvoke, 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 Properties:
opposite="modelAccess" resolveProxies="false" transient="false" changeable="false"

getPackageName

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 Properties:

setPackageName

void setPackageName(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

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 Properties:
default="MetaModelFacility"

setClassName

void setClassName(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

String getQualifiedClassName()

Generated
Model Properties:
kind="operation"


Copyright © 2012. All Rights Reserved.