org.eclipse.gmt.umlx.gcore.util
Class GNullLinkElement

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.eclipse.emf.ecore.impl.EModelElementImpl
                  extended by org.eclipse.gmt.umlx.gcore.impl.GLinkElementImpl
                      extended by org.eclipse.gmt.umlx.gcore.util.GNullLinkElement
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, GElement, GLinkElement, GModelElement
Direct Known Subclasses:
GProperty, GReference, TxReference

public abstract class GNullLinkElement
extends GLinkElementImpl

GNullLinkElement provides the model element class that is purported to be created as the model for link models that only need a co-model.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
ELAST_EOBJECT_FLAG
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
GNullLinkElement()
           
 
Method Summary
 org.eclipse.emf.ecore.EModelElement basicGetCoModel()
           
 org.eclipse.emf.ecore.EModelElement getCoModel()
           
 GSheet getSheet()
           
 void setCoModel(org.eclipse.emf.ecore.EModelElement coModel)
           
 
Methods inherited from class org.eclipse.gmt.umlx.gcore.impl.GLinkElementImpl
basicGetSource, basicGetTarget, basicSetSource, basicSetTarget, eGet, eInverseAdd, eInverseRemove, eIsSet, eSet, eUnset, getBendpoints, getDiagram, getRouter, getSource, getTarget, setRouter, setSource, setTarget, simpleGetCoModel, toString
 
Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eObjectForURIFragmentSegment, eURIFragmentSegment, getEAnnotation, getEAnnotations
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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
 

Constructor Detail

GNullLinkElement

public GNullLinkElement()
Method Detail

basicGetCoModel

public org.eclipse.emf.ecore.EModelElement basicGetCoModel()
Description copied from class: GLinkElementImpl

Specified by:
basicGetCoModel in class GLinkElementImpl

getCoModel

public org.eclipse.emf.ecore.EModelElement getCoModel()
Description copied from class: GLinkElementImpl

Specified by:
getCoModel in interface GModelElement
Specified by:
getCoModel in class GLinkElementImpl

getSheet

public GSheet getSheet()
Description copied from class: GLinkElementImpl

Specified by:
getSheet in interface GModelElement
Specified by:
getSheet in class GLinkElementImpl

setCoModel

public void setCoModel(org.eclipse.emf.ecore.EModelElement coModel)
Description copied from class: GLinkElementImpl

Specified by:
setCoModel in interface GModelElement
Specified by:
setCoModel in class GLinkElementImpl