org.eclipse.emf.mapping.xsd2ecore.impl
Class XSD2EcoreMappingRootImpl

java.lang.Object
  extended byMappingRootImpl
      extended byorg.eclipse.emf.mapping.xsd2ecore.impl.XSD2EcoreMappingRootImpl
All Implemented Interfaces:
XSD2EcoreMappingRoot

public class XSD2EcoreMappingRootImpl
extends MappingRootImpl
implements XSD2EcoreMappingRoot

An implementation of the model object 'Mapping Root'.

See Also:
Serialized Form

Constructor Summary
protected XSD2EcoreMappingRootImpl()
           
 
Method Summary
 NotificationChain eBasicRemoveFromContainer(NotificationChain msgs)
           
 Object eGet(EStructuralFeature eFeature, boolean resolve)
           
 NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs)
           
 boolean eIsSet(EStructuralFeature eFeature)
           
 void eSet(EStructuralFeature eFeature, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(EStructuralFeature eFeature)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSD2EcoreMappingRootImpl

protected XSD2EcoreMappingRootImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


eInverseAdd

public NotificationChain eInverseAdd(InternalEObject otherEnd,
                                     int featureID,
                                     Class baseClass,
                                     NotificationChain msgs)


eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        Class baseClass,
                                        NotificationChain msgs)


eBasicRemoveFromContainer

public NotificationChain eBasicRemoveFromContainer(NotificationChain msgs)


eGet

public Object eGet(EStructuralFeature eFeature,
                   boolean resolve)


eSet

public void eSet(EStructuralFeature eFeature,
                 Object newValue)


eUnset

public void eUnset(EStructuralFeature eFeature)


eIsSet

public boolean eIsSet(EStructuralFeature eFeature)


Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.