|
org.eclipse.gmf.codegen.gmfgen.impl
Class InitDiagramActionImpl
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.gmf.codegen.gmfgen.impl.GenActionImpl
org.eclipse.gmf.codegen.gmfgen.impl.InitDiagramActionImpl
-
All Implemented Interfaces:
- org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject,
GenAction,
GenContributionItem,
InitDiagramAction
-
public class InitDiagramActionImpl
- extends
GenActionImpl
- implements
InitDiagramAction
An implementation of the model object '
Init Diagram Action
'.
-
** Generated **
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
|
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
|
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
|
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>
|
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
|
org.eclipse.emf.ecore.InternalEObject.EStore
|
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
|
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
|
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
|
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
|
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
|
EOPPOSITE_FEATURE_BASE
|
Method Summary
|
protected org.eclipse.emf.ecore.EClass
|
eStaticClass
()
|
java.lang.String
|
getName
()
Returns the value of the '
Name
' attribute |
java.lang.String
|
getQualifiedClassName
()
Returns the value of the '
Qualified Class Name
' attribute |
Methods inherited from class org.eclipse.gmf.codegen.gmfgen.impl.
GenActionImpl
|
eBasicRemoveFromContainerFeature,
eGet,
eInverseAdd,
eInverseRemove,
eIsSet,
eSet,
eUnset,
getNameGen,
getOwner,
getQualifiedClassNameGen,
setName,
setQualifiedClassName,
toString
|
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
|
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
|
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
|
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
|
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
|
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
|
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
|
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
|
eNotificationRequired
|
InitDiagramActionImpl
protected InitDiagramActionImpl()
-
-
** Generated **
-
eStaticClass
protected org.eclipse.emf.ecore.EClass eStaticClass()
-
-
-
Overrides:
-
eStaticClass
in class
GenActionImpl
-
-
** Generated **
-
getQualifiedClassName
public java.lang.String getQualifiedClassName()
-
Description copied from interface:
GenAction
- Returns the value of the '
Qualified Class Name
' attribute.
If the meaning of the 'Qualified Class Name' attribute isn't clear,
there really should be more of a description here...
-
-
Specified by:
-
getQualifiedClassName
in interface
GenAction
-
-
Returns:
- the value of the 'Qualified Class Name' attribute.
-
See Also:
-
GenAction.setQualifiedClassName(String) ,
GMFGenPackage.getGenAction_QualifiedClassName()
getName
public java.lang.String getName()
-
Description copied from interface:
GenAction
- Returns the value of the '
Name
' attribute.
If the meaning of the 'Name' attribute isn't clear,
there really should be more of a description here...
-
-
Specified by:
-
getName
in interface
GenAction
-
-
Returns:
- the value of the 'Name' attribute.
-
See Also:
-
GenAction.setName(String) ,
GMFGenPackage.getGenAction_Name()
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.
|
|