org.eclipse.emf.ecp.view.mapping.test.example.impl
Class EClassToAdditionMapImpl

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.MinimalEObjectImpl
              extended by org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
                  extended by org.eclipse.emf.ecp.view.mapping.test.example.impl.EClassToAdditionMapImpl
All Implemented Interfaces:
Map.Entry<org.eclipse.emf.ecore.EClass,AbstractChild>, org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.common.util.BasicEMap.Entry<org.eclipse.emf.ecore.EClass,AbstractChild>, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder, org.eclipse.emf.ecore.InternalEObject

public class EClassToAdditionMapImpl
extends org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
implements org.eclipse.emf.common.util.BasicEMap.Entry<org.eclipse.emf.ecore.EClass,AbstractChild>

An implementation of the model object 'EClass To Addition Map'.

The following features are implemented:


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
 
Fields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
NIL
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 org.eclipse.emf.ecore.EClass basicGetTypedKey()
           
 AbstractChild basicGetTypedValue()
           
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
 void eUnset(int featureID)
           
 org.eclipse.emf.common.util.EMap<org.eclipse.emf.ecore.EClass,AbstractChild> getEMap()
           
 int getHash()
           
 org.eclipse.emf.ecore.EClass getKey()
           
 org.eclipse.emf.ecore.EClass getTypedKey()
           
 AbstractChild getTypedValue()
           
 AbstractChild getValue()
           
 void setHash(int hash)
           
 void setKey(org.eclipse.emf.ecore.EClass key)
           
 void setTypedKey(org.eclipse.emf.ecore.EClass newKey)
           
 void setTypedValue(AbstractChild newValue)
           
 AbstractChild setValue(AbstractChild value)
           
 
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eInternalContainer
 
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eIsProxy, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset, toString
 
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 java.util.Map.Entry
equals, hashCode
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eNotify
 

Method Detail

getTypedKey

public org.eclipse.emf.ecore.EClass getTypedKey()


basicGetTypedKey

public org.eclipse.emf.ecore.EClass basicGetTypedKey()


setTypedKey

public void setTypedKey(org.eclipse.emf.ecore.EClass newKey)


getTypedValue

public AbstractChild getTypedValue()


basicGetTypedValue

public AbstractChild basicGetTypedValue()


setTypedValue

public void setTypedValue(AbstractChild newValue)


eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eSet

public void eSet(int featureID,
                 Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

getHash

public int getHash()

Specified by:
getHash in interface org.eclipse.emf.common.util.BasicEMap.Entry<org.eclipse.emf.ecore.EClass,AbstractChild>

setHash

public void setHash(int hash)

Specified by:
setHash in interface org.eclipse.emf.common.util.BasicEMap.Entry<org.eclipse.emf.ecore.EClass,AbstractChild>

getKey

public org.eclipse.emf.ecore.EClass getKey()

Specified by:
getKey in interface Map.Entry<org.eclipse.emf.ecore.EClass,AbstractChild>

setKey

public void setKey(org.eclipse.emf.ecore.EClass key)

Specified by:
setKey in interface org.eclipse.emf.common.util.BasicEMap.Entry<org.eclipse.emf.ecore.EClass,AbstractChild>

getValue

public AbstractChild getValue()

Specified by:
getValue in interface Map.Entry<org.eclipse.emf.ecore.EClass,AbstractChild>

setValue

public AbstractChild setValue(AbstractChild value)

Specified by:
setValue in interface Map.Entry<org.eclipse.emf.ecore.EClass,AbstractChild>

getEMap

public org.eclipse.emf.common.util.EMap<org.eclipse.emf.ecore.EClass,AbstractChild> getEMap()



Copyright © 2015. All Rights Reserved.