You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2005/09/14 21:01:03 UTC

svn commit: r280909 [25/52] - in /geronimo/devtools/trunk/modules/eclipse-plugin: ./ features/ features/org.apache.geronimo.feature/ org.apache.geronimo.core/ org.apache.geronimo.deployment.model/ org.apache.geronimo.feature/ org.apache.geronimo.runtim...

Added: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/naming/impl/DocumentRootImpl.java
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/naming/impl/DocumentRootImpl.java?rev=280909&view=auto
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/naming/impl/DocumentRootImpl.java (added)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/naming/impl/DocumentRootImpl.java Wed Sep 14 11:59:30 2005
@@ -0,0 +1,580 @@
+/**
+ * Copyright 2004, 2005 The Apache Software Foundation or its licensors, as applicable
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package org.apache.geronimo.xml.ns.naming.impl;
+
+import java.util.Collection;
+
+import org.apache.geronimo.xml.ns.naming.DocumentRoot;
+import org.apache.geronimo.xml.ns.naming.EjbLocalRefType;
+import org.apache.geronimo.xml.ns.naming.EjbRefType;
+import org.apache.geronimo.xml.ns.naming.GbeanLocatorType;
+import org.apache.geronimo.xml.ns.naming.NamingPackage;
+import org.apache.geronimo.xml.ns.naming.ResourceEnvRefType;
+import org.apache.geronimo.xml.ns.naming.ResourceLocatorType;
+import org.apache.geronimo.xml.ns.naming.ResourceRefType;
+import org.apache.geronimo.xml.ns.naming.ServiceRefType;
+
+import org.eclipse.emf.common.notify.NotificationChain;
+
+import org.eclipse.emf.common.util.EMap;
+
+import org.eclipse.emf.ecore.EClass;
+import org.eclipse.emf.ecore.EStructuralFeature;
+import org.eclipse.emf.ecore.EcorePackage;
+import org.eclipse.emf.ecore.InternalEObject;
+
+import org.eclipse.emf.ecore.impl.EObjectImpl;
+import org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl;
+
+import org.eclipse.emf.ecore.util.BasicFeatureMap;
+import org.eclipse.emf.ecore.util.EcoreEMap;
+import org.eclipse.emf.ecore.util.FeatureMap;
+import org.eclipse.emf.ecore.util.InternalEList;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Document Root</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.DocumentRootImpl#getMixed <em>Mixed</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.DocumentRootImpl#getXMLNSPrefixMap <em>XMLNS Prefix Map</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.DocumentRootImpl#getXSISchemaLocation <em>XSI Schema Location</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.DocumentRootImpl#getCmpConnectionFactory <em>Cmp Connection Factory</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.DocumentRootImpl#getEjbLocalRef <em>Ejb Local Ref</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.DocumentRootImpl#getEjbRef <em>Ejb Ref</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.DocumentRootImpl#getResourceAdapter <em>Resource Adapter</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.DocumentRootImpl#getResourceEnvRef <em>Resource Env Ref</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.DocumentRootImpl#getResourceRef <em>Resource Ref</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.DocumentRootImpl#getServiceRef <em>Service Ref</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.DocumentRootImpl#getWorkmanager <em>Workmanager</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class DocumentRootImpl extends EObjectImpl implements DocumentRoot {
+    /**
+     * The cached value of the '{@link #getMixed() <em>Mixed</em>}' attribute list.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getMixed()
+     * @generated
+     * @ordered
+     */
+    protected FeatureMap mixed = null;
+
+    /**
+     * The cached value of the '{@link #getXMLNSPrefixMap() <em>XMLNS Prefix Map</em>}' map.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getXMLNSPrefixMap()
+     * @generated
+     * @ordered
+     */
+    protected EMap xMLNSPrefixMap = null;
+
+    /**
+     * The cached value of the '{@link #getXSISchemaLocation() <em>XSI Schema Location</em>}' map.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getXSISchemaLocation()
+     * @generated
+     * @ordered
+     */
+    protected EMap xSISchemaLocation = null;
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    protected DocumentRootImpl() {
+        super();
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    protected EClass eStaticClass() {
+        return NamingPackage.eINSTANCE.getDocumentRoot();
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public FeatureMap getMixed() {
+        if (mixed == null) {
+            mixed = new BasicFeatureMap(this, NamingPackage.DOCUMENT_ROOT__MIXED);
+        }
+        return mixed;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public EMap getXMLNSPrefixMap() {
+        if (xMLNSPrefixMap == null) {
+            xMLNSPrefixMap = new EcoreEMap(EcorePackage.eINSTANCE.getEStringToStringMapEntry(), EStringToStringMapEntryImpl.class, this, NamingPackage.DOCUMENT_ROOT__XMLNS_PREFIX_MAP);
+        }
+        return xMLNSPrefixMap;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public EMap getXSISchemaLocation() {
+        if (xSISchemaLocation == null) {
+            xSISchemaLocation = new EcoreEMap(EcorePackage.eINSTANCE.getEStringToStringMapEntry(), EStringToStringMapEntryImpl.class, this, NamingPackage.DOCUMENT_ROOT__XSI_SCHEMA_LOCATION);
+        }
+        return xSISchemaLocation;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public ResourceLocatorType getCmpConnectionFactory() {
+        return (ResourceLocatorType)getMixed().get(NamingPackage.eINSTANCE.getDocumentRoot_CmpConnectionFactory(), true);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public NotificationChain basicSetCmpConnectionFactory(ResourceLocatorType newCmpConnectionFactory, NotificationChain msgs) {
+        return ((FeatureMap.Internal)getMixed()).basicAdd(NamingPackage.eINSTANCE.getDocumentRoot_CmpConnectionFactory(), newCmpConnectionFactory, msgs);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setCmpConnectionFactory(ResourceLocatorType newCmpConnectionFactory) {
+        ((FeatureMap.Internal)getMixed()).set(NamingPackage.eINSTANCE.getDocumentRoot_CmpConnectionFactory(), newCmpConnectionFactory);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public EjbLocalRefType getEjbLocalRef() {
+        return (EjbLocalRefType)getMixed().get(NamingPackage.eINSTANCE.getDocumentRoot_EjbLocalRef(), true);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public NotificationChain basicSetEjbLocalRef(EjbLocalRefType newEjbLocalRef, NotificationChain msgs) {
+        return ((FeatureMap.Internal)getMixed()).basicAdd(NamingPackage.eINSTANCE.getDocumentRoot_EjbLocalRef(), newEjbLocalRef, msgs);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setEjbLocalRef(EjbLocalRefType newEjbLocalRef) {
+        ((FeatureMap.Internal)getMixed()).set(NamingPackage.eINSTANCE.getDocumentRoot_EjbLocalRef(), newEjbLocalRef);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public EjbRefType getEjbRef() {
+        return (EjbRefType)getMixed().get(NamingPackage.eINSTANCE.getDocumentRoot_EjbRef(), true);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public NotificationChain basicSetEjbRef(EjbRefType newEjbRef, NotificationChain msgs) {
+        return ((FeatureMap.Internal)getMixed()).basicAdd(NamingPackage.eINSTANCE.getDocumentRoot_EjbRef(), newEjbRef, msgs);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setEjbRef(EjbRefType newEjbRef) {
+        ((FeatureMap.Internal)getMixed()).set(NamingPackage.eINSTANCE.getDocumentRoot_EjbRef(), newEjbRef);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public ResourceLocatorType getResourceAdapter() {
+        return (ResourceLocatorType)getMixed().get(NamingPackage.eINSTANCE.getDocumentRoot_ResourceAdapter(), true);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public NotificationChain basicSetResourceAdapter(ResourceLocatorType newResourceAdapter, NotificationChain msgs) {
+        return ((FeatureMap.Internal)getMixed()).basicAdd(NamingPackage.eINSTANCE.getDocumentRoot_ResourceAdapter(), newResourceAdapter, msgs);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setResourceAdapter(ResourceLocatorType newResourceAdapter) {
+        ((FeatureMap.Internal)getMixed()).set(NamingPackage.eINSTANCE.getDocumentRoot_ResourceAdapter(), newResourceAdapter);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public ResourceEnvRefType getResourceEnvRef() {
+        return (ResourceEnvRefType)getMixed().get(NamingPackage.eINSTANCE.getDocumentRoot_ResourceEnvRef(), true);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public NotificationChain basicSetResourceEnvRef(ResourceEnvRefType newResourceEnvRef, NotificationChain msgs) {
+        return ((FeatureMap.Internal)getMixed()).basicAdd(NamingPackage.eINSTANCE.getDocumentRoot_ResourceEnvRef(), newResourceEnvRef, msgs);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setResourceEnvRef(ResourceEnvRefType newResourceEnvRef) {
+        ((FeatureMap.Internal)getMixed()).set(NamingPackage.eINSTANCE.getDocumentRoot_ResourceEnvRef(), newResourceEnvRef);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public ResourceRefType getResourceRef() {
+        return (ResourceRefType)getMixed().get(NamingPackage.eINSTANCE.getDocumentRoot_ResourceRef(), true);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public NotificationChain basicSetResourceRef(ResourceRefType newResourceRef, NotificationChain msgs) {
+        return ((FeatureMap.Internal)getMixed()).basicAdd(NamingPackage.eINSTANCE.getDocumentRoot_ResourceRef(), newResourceRef, msgs);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setResourceRef(ResourceRefType newResourceRef) {
+        ((FeatureMap.Internal)getMixed()).set(NamingPackage.eINSTANCE.getDocumentRoot_ResourceRef(), newResourceRef);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public ServiceRefType getServiceRef() {
+        return (ServiceRefType)getMixed().get(NamingPackage.eINSTANCE.getDocumentRoot_ServiceRef(), true);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public NotificationChain basicSetServiceRef(ServiceRefType newServiceRef, NotificationChain msgs) {
+        return ((FeatureMap.Internal)getMixed()).basicAdd(NamingPackage.eINSTANCE.getDocumentRoot_ServiceRef(), newServiceRef, msgs);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setServiceRef(ServiceRefType newServiceRef) {
+        ((FeatureMap.Internal)getMixed()).set(NamingPackage.eINSTANCE.getDocumentRoot_ServiceRef(), newServiceRef);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public GbeanLocatorType getWorkmanager() {
+        return (GbeanLocatorType)getMixed().get(NamingPackage.eINSTANCE.getDocumentRoot_Workmanager(), true);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public NotificationChain basicSetWorkmanager(GbeanLocatorType newWorkmanager, NotificationChain msgs) {
+        return ((FeatureMap.Internal)getMixed()).basicAdd(NamingPackage.eINSTANCE.getDocumentRoot_Workmanager(), newWorkmanager, msgs);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setWorkmanager(GbeanLocatorType newWorkmanager) {
+        ((FeatureMap.Internal)getMixed()).set(NamingPackage.eINSTANCE.getDocumentRoot_Workmanager(), newWorkmanager);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs) {
+        if (featureID >= 0) {
+            switch (eDerivedStructuralFeatureID(featureID, baseClass)) {
+                case NamingPackage.DOCUMENT_ROOT__MIXED:
+                    return ((InternalEList)getMixed()).basicRemove(otherEnd, msgs);
+                case NamingPackage.DOCUMENT_ROOT__XMLNS_PREFIX_MAP:
+                    return ((InternalEList)getXMLNSPrefixMap()).basicRemove(otherEnd, msgs);
+                case NamingPackage.DOCUMENT_ROOT__XSI_SCHEMA_LOCATION:
+                    return ((InternalEList)getXSISchemaLocation()).basicRemove(otherEnd, msgs);
+                case NamingPackage.DOCUMENT_ROOT__CMP_CONNECTION_FACTORY:
+                    return basicSetCmpConnectionFactory(null, msgs);
+                case NamingPackage.DOCUMENT_ROOT__EJB_LOCAL_REF:
+                    return basicSetEjbLocalRef(null, msgs);
+                case NamingPackage.DOCUMENT_ROOT__EJB_REF:
+                    return basicSetEjbRef(null, msgs);
+                case NamingPackage.DOCUMENT_ROOT__RESOURCE_ADAPTER:
+                    return basicSetResourceAdapter(null, msgs);
+                case NamingPackage.DOCUMENT_ROOT__RESOURCE_ENV_REF:
+                    return basicSetResourceEnvRef(null, msgs);
+                case NamingPackage.DOCUMENT_ROOT__RESOURCE_REF:
+                    return basicSetResourceRef(null, msgs);
+                case NamingPackage.DOCUMENT_ROOT__SERVICE_REF:
+                    return basicSetServiceRef(null, msgs);
+                case NamingPackage.DOCUMENT_ROOT__WORKMANAGER:
+                    return basicSetWorkmanager(null, msgs);
+                default:
+                    return eDynamicInverseRemove(otherEnd, featureID, baseClass, msgs);
+            }
+        }
+        return eBasicSetContainer(null, featureID, msgs);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public Object eGet(EStructuralFeature eFeature, boolean resolve) {
+        switch (eDerivedStructuralFeatureID(eFeature)) {
+            case NamingPackage.DOCUMENT_ROOT__MIXED:
+                return getMixed();
+            case NamingPackage.DOCUMENT_ROOT__XMLNS_PREFIX_MAP:
+                return getXMLNSPrefixMap();
+            case NamingPackage.DOCUMENT_ROOT__XSI_SCHEMA_LOCATION:
+                return getXSISchemaLocation();
+            case NamingPackage.DOCUMENT_ROOT__CMP_CONNECTION_FACTORY:
+                return getCmpConnectionFactory();
+            case NamingPackage.DOCUMENT_ROOT__EJB_LOCAL_REF:
+                return getEjbLocalRef();
+            case NamingPackage.DOCUMENT_ROOT__EJB_REF:
+                return getEjbRef();
+            case NamingPackage.DOCUMENT_ROOT__RESOURCE_ADAPTER:
+                return getResourceAdapter();
+            case NamingPackage.DOCUMENT_ROOT__RESOURCE_ENV_REF:
+                return getResourceEnvRef();
+            case NamingPackage.DOCUMENT_ROOT__RESOURCE_REF:
+                return getResourceRef();
+            case NamingPackage.DOCUMENT_ROOT__SERVICE_REF:
+                return getServiceRef();
+            case NamingPackage.DOCUMENT_ROOT__WORKMANAGER:
+                return getWorkmanager();
+        }
+        return eDynamicGet(eFeature, resolve);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void eSet(EStructuralFeature eFeature, Object newValue) {
+        switch (eDerivedStructuralFeatureID(eFeature)) {
+            case NamingPackage.DOCUMENT_ROOT__MIXED:
+                getMixed().clear();
+                getMixed().addAll((Collection)newValue);
+                return;
+            case NamingPackage.DOCUMENT_ROOT__XMLNS_PREFIX_MAP:
+                getXMLNSPrefixMap().clear();
+                getXMLNSPrefixMap().addAll((Collection)newValue);
+                return;
+            case NamingPackage.DOCUMENT_ROOT__XSI_SCHEMA_LOCATION:
+                getXSISchemaLocation().clear();
+                getXSISchemaLocation().addAll((Collection)newValue);
+                return;
+            case NamingPackage.DOCUMENT_ROOT__CMP_CONNECTION_FACTORY:
+                setCmpConnectionFactory((ResourceLocatorType)newValue);
+                return;
+            case NamingPackage.DOCUMENT_ROOT__EJB_LOCAL_REF:
+                setEjbLocalRef((EjbLocalRefType)newValue);
+                return;
+            case NamingPackage.DOCUMENT_ROOT__EJB_REF:
+                setEjbRef((EjbRefType)newValue);
+                return;
+            case NamingPackage.DOCUMENT_ROOT__RESOURCE_ADAPTER:
+                setResourceAdapter((ResourceLocatorType)newValue);
+                return;
+            case NamingPackage.DOCUMENT_ROOT__RESOURCE_ENV_REF:
+                setResourceEnvRef((ResourceEnvRefType)newValue);
+                return;
+            case NamingPackage.DOCUMENT_ROOT__RESOURCE_REF:
+                setResourceRef((ResourceRefType)newValue);
+                return;
+            case NamingPackage.DOCUMENT_ROOT__SERVICE_REF:
+                setServiceRef((ServiceRefType)newValue);
+                return;
+            case NamingPackage.DOCUMENT_ROOT__WORKMANAGER:
+                setWorkmanager((GbeanLocatorType)newValue);
+                return;
+        }
+        eDynamicSet(eFeature, newValue);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void eUnset(EStructuralFeature eFeature) {
+        switch (eDerivedStructuralFeatureID(eFeature)) {
+            case NamingPackage.DOCUMENT_ROOT__MIXED:
+                getMixed().clear();
+                return;
+            case NamingPackage.DOCUMENT_ROOT__XMLNS_PREFIX_MAP:
+                getXMLNSPrefixMap().clear();
+                return;
+            case NamingPackage.DOCUMENT_ROOT__XSI_SCHEMA_LOCATION:
+                getXSISchemaLocation().clear();
+                return;
+            case NamingPackage.DOCUMENT_ROOT__CMP_CONNECTION_FACTORY:
+                setCmpConnectionFactory((ResourceLocatorType)null);
+                return;
+            case NamingPackage.DOCUMENT_ROOT__EJB_LOCAL_REF:
+                setEjbLocalRef((EjbLocalRefType)null);
+                return;
+            case NamingPackage.DOCUMENT_ROOT__EJB_REF:
+                setEjbRef((EjbRefType)null);
+                return;
+            case NamingPackage.DOCUMENT_ROOT__RESOURCE_ADAPTER:
+                setResourceAdapter((ResourceLocatorType)null);
+                return;
+            case NamingPackage.DOCUMENT_ROOT__RESOURCE_ENV_REF:
+                setResourceEnvRef((ResourceEnvRefType)null);
+                return;
+            case NamingPackage.DOCUMENT_ROOT__RESOURCE_REF:
+                setResourceRef((ResourceRefType)null);
+                return;
+            case NamingPackage.DOCUMENT_ROOT__SERVICE_REF:
+                setServiceRef((ServiceRefType)null);
+                return;
+            case NamingPackage.DOCUMENT_ROOT__WORKMANAGER:
+                setWorkmanager((GbeanLocatorType)null);
+                return;
+        }
+        eDynamicUnset(eFeature);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public boolean eIsSet(EStructuralFeature eFeature) {
+        switch (eDerivedStructuralFeatureID(eFeature)) {
+            case NamingPackage.DOCUMENT_ROOT__MIXED:
+                return mixed != null && !mixed.isEmpty();
+            case NamingPackage.DOCUMENT_ROOT__XMLNS_PREFIX_MAP:
+                return xMLNSPrefixMap != null && !xMLNSPrefixMap.isEmpty();
+            case NamingPackage.DOCUMENT_ROOT__XSI_SCHEMA_LOCATION:
+                return xSISchemaLocation != null && !xSISchemaLocation.isEmpty();
+            case NamingPackage.DOCUMENT_ROOT__CMP_CONNECTION_FACTORY:
+                return getCmpConnectionFactory() != null;
+            case NamingPackage.DOCUMENT_ROOT__EJB_LOCAL_REF:
+                return getEjbLocalRef() != null;
+            case NamingPackage.DOCUMENT_ROOT__EJB_REF:
+                return getEjbRef() != null;
+            case NamingPackage.DOCUMENT_ROOT__RESOURCE_ADAPTER:
+                return getResourceAdapter() != null;
+            case NamingPackage.DOCUMENT_ROOT__RESOURCE_ENV_REF:
+                return getResourceEnvRef() != null;
+            case NamingPackage.DOCUMENT_ROOT__RESOURCE_REF:
+                return getResourceRef() != null;
+            case NamingPackage.DOCUMENT_ROOT__SERVICE_REF:
+                return getServiceRef() != null;
+            case NamingPackage.DOCUMENT_ROOT__WORKMANAGER:
+                return getWorkmanager() != null;
+        }
+        return eDynamicIsSet(eFeature);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public String toString() {
+        if (eIsProxy()) return super.toString();
+
+        StringBuffer result = new StringBuffer(super.toString());
+        result.append(" (mixed: ");
+        result.append(mixed);
+        result.append(')');
+        return result.toString();
+    }
+
+} //DocumentRootImpl

Added: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/naming/impl/EjbLocalRefTypeImpl.java
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/naming/impl/EjbLocalRefTypeImpl.java?rev=280909&view=auto
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/naming/impl/EjbLocalRefTypeImpl.java (added)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/naming/impl/EjbLocalRefTypeImpl.java Wed Sep 14 11:59:30 2005
@@ -0,0 +1,603 @@
+/**
+ * Copyright 2004, 2005 The Apache Software Foundation or its licensors, as applicable
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package org.apache.geronimo.xml.ns.naming.impl;
+
+import org.apache.geronimo.xml.ns.naming.EjbLocalRefType;
+import org.apache.geronimo.xml.ns.naming.NamingPackage;
+
+import org.eclipse.emf.common.notify.Notification;
+
+import org.eclipse.emf.ecore.EClass;
+import org.eclipse.emf.ecore.EStructuralFeature;
+
+import org.eclipse.emf.ecore.impl.ENotificationImpl;
+import org.eclipse.emf.ecore.impl.EObjectImpl;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Ejb Local Ref Type</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.EjbLocalRefTypeImpl#getRefName <em>Ref Name</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.EjbLocalRefTypeImpl#getDomain <em>Domain</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.EjbLocalRefTypeImpl#getServer <em>Server</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.EjbLocalRefTypeImpl#getApplication <em>Application</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.EjbLocalRefTypeImpl#getModule <em>Module</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.EjbLocalRefTypeImpl#getType <em>Type</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.EjbLocalRefTypeImpl#getName <em>Name</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.EjbLocalRefTypeImpl#getEjbLink <em>Ejb Link</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.EjbLocalRefTypeImpl#getTargetName <em>Target Name</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class EjbLocalRefTypeImpl extends EObjectImpl implements EjbLocalRefType {
+    /**
+     * The default value of the '{@link #getRefName() <em>Ref Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getRefName()
+     * @generated
+     * @ordered
+     */
+    protected static final String REF_NAME_EDEFAULT = null;
+
+    /**
+     * The cached value of the '{@link #getRefName() <em>Ref Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getRefName()
+     * @generated
+     * @ordered
+     */
+    protected String refName = REF_NAME_EDEFAULT;
+
+    /**
+     * The default value of the '{@link #getDomain() <em>Domain</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getDomain()
+     * @generated
+     * @ordered
+     */
+    protected static final String DOMAIN_EDEFAULT = null;
+
+    /**
+     * The cached value of the '{@link #getDomain() <em>Domain</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getDomain()
+     * @generated
+     * @ordered
+     */
+    protected String domain = DOMAIN_EDEFAULT;
+
+    /**
+     * The default value of the '{@link #getServer() <em>Server</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getServer()
+     * @generated
+     * @ordered
+     */
+    protected static final String SERVER_EDEFAULT = null;
+
+    /**
+     * The cached value of the '{@link #getServer() <em>Server</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getServer()
+     * @generated
+     * @ordered
+     */
+    protected String server = SERVER_EDEFAULT;
+
+    /**
+     * The default value of the '{@link #getApplication() <em>Application</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getApplication()
+     * @generated
+     * @ordered
+     */
+    protected static final String APPLICATION_EDEFAULT = null;
+
+    /**
+     * The cached value of the '{@link #getApplication() <em>Application</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getApplication()
+     * @generated
+     * @ordered
+     */
+    protected String application = APPLICATION_EDEFAULT;
+
+    /**
+     * The default value of the '{@link #getModule() <em>Module</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getModule()
+     * @generated
+     * @ordered
+     */
+    protected static final String MODULE_EDEFAULT = null;
+
+    /**
+     * The cached value of the '{@link #getModule() <em>Module</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getModule()
+     * @generated
+     * @ordered
+     */
+    protected String module = MODULE_EDEFAULT;
+
+    /**
+     * The default value of the '{@link #getType() <em>Type</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getType()
+     * @generated
+     * @ordered
+     */
+    protected static final String TYPE_EDEFAULT = null;
+
+    /**
+     * The cached value of the '{@link #getType() <em>Type</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getType()
+     * @generated
+     * @ordered
+     */
+    protected String type = TYPE_EDEFAULT;
+
+    /**
+     * The default value of the '{@link #getName() <em>Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getName()
+     * @generated
+     * @ordered
+     */
+    protected static final String NAME_EDEFAULT = null;
+
+    /**
+     * The cached value of the '{@link #getName() <em>Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getName()
+     * @generated
+     * @ordered
+     */
+    protected String name = NAME_EDEFAULT;
+
+    /**
+     * The default value of the '{@link #getEjbLink() <em>Ejb Link</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getEjbLink()
+     * @generated
+     * @ordered
+     */
+    protected static final String EJB_LINK_EDEFAULT = null;
+
+    /**
+     * The cached value of the '{@link #getEjbLink() <em>Ejb Link</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getEjbLink()
+     * @generated
+     * @ordered
+     */
+    protected String ejbLink = EJB_LINK_EDEFAULT;
+
+    /**
+     * The default value of the '{@link #getTargetName() <em>Target Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getTargetName()
+     * @generated
+     * @ordered
+     */
+    protected static final String TARGET_NAME_EDEFAULT = null;
+
+    /**
+     * The cached value of the '{@link #getTargetName() <em>Target Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getTargetName()
+     * @generated
+     * @ordered
+     */
+    protected String targetName = TARGET_NAME_EDEFAULT;
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    protected EjbLocalRefTypeImpl() {
+        super();
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    protected EClass eStaticClass() {
+        return NamingPackage.eINSTANCE.getEjbLocalRefType();
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public String getRefName() {
+        return refName;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setRefName(String newRefName) {
+        String oldRefName = refName;
+        refName = newRefName;
+        if (eNotificationRequired())
+            eNotify(new ENotificationImpl(this, Notification.SET, NamingPackage.EJB_LOCAL_REF_TYPE__REF_NAME, oldRefName, refName));
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public String getDomain() {
+        return domain;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setDomain(String newDomain) {
+        String oldDomain = domain;
+        domain = newDomain;
+        if (eNotificationRequired())
+            eNotify(new ENotificationImpl(this, Notification.SET, NamingPackage.EJB_LOCAL_REF_TYPE__DOMAIN, oldDomain, domain));
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public String getServer() {
+        return server;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setServer(String newServer) {
+        String oldServer = server;
+        server = newServer;
+        if (eNotificationRequired())
+            eNotify(new ENotificationImpl(this, Notification.SET, NamingPackage.EJB_LOCAL_REF_TYPE__SERVER, oldServer, server));
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public String getApplication() {
+        return application;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setApplication(String newApplication) {
+        String oldApplication = application;
+        application = newApplication;
+        if (eNotificationRequired())
+            eNotify(new ENotificationImpl(this, Notification.SET, NamingPackage.EJB_LOCAL_REF_TYPE__APPLICATION, oldApplication, application));
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public String getModule() {
+        return module;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setModule(String newModule) {
+        String oldModule = module;
+        module = newModule;
+        if (eNotificationRequired())
+            eNotify(new ENotificationImpl(this, Notification.SET, NamingPackage.EJB_LOCAL_REF_TYPE__MODULE, oldModule, module));
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public String getType() {
+        return type;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setType(String newType) {
+        String oldType = type;
+        type = newType;
+        if (eNotificationRequired())
+            eNotify(new ENotificationImpl(this, Notification.SET, NamingPackage.EJB_LOCAL_REF_TYPE__TYPE, oldType, type));
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public String getName() {
+        return name;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setName(String newName) {
+        String oldName = name;
+        name = newName;
+        if (eNotificationRequired())
+            eNotify(new ENotificationImpl(this, Notification.SET, NamingPackage.EJB_LOCAL_REF_TYPE__NAME, oldName, name));
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public String getEjbLink() {
+        return ejbLink;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setEjbLink(String newEjbLink) {
+        String oldEjbLink = ejbLink;
+        ejbLink = newEjbLink;
+        if (eNotificationRequired())
+            eNotify(new ENotificationImpl(this, Notification.SET, NamingPackage.EJB_LOCAL_REF_TYPE__EJB_LINK, oldEjbLink, ejbLink));
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public String getTargetName() {
+        return targetName;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setTargetName(String newTargetName) {
+        String oldTargetName = targetName;
+        targetName = newTargetName;
+        if (eNotificationRequired())
+            eNotify(new ENotificationImpl(this, Notification.SET, NamingPackage.EJB_LOCAL_REF_TYPE__TARGET_NAME, oldTargetName, targetName));
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public Object eGet(EStructuralFeature eFeature, boolean resolve) {
+        switch (eDerivedStructuralFeatureID(eFeature)) {
+            case NamingPackage.EJB_LOCAL_REF_TYPE__REF_NAME:
+                return getRefName();
+            case NamingPackage.EJB_LOCAL_REF_TYPE__DOMAIN:
+                return getDomain();
+            case NamingPackage.EJB_LOCAL_REF_TYPE__SERVER:
+                return getServer();
+            case NamingPackage.EJB_LOCAL_REF_TYPE__APPLICATION:
+                return getApplication();
+            case NamingPackage.EJB_LOCAL_REF_TYPE__MODULE:
+                return getModule();
+            case NamingPackage.EJB_LOCAL_REF_TYPE__TYPE:
+                return getType();
+            case NamingPackage.EJB_LOCAL_REF_TYPE__NAME:
+                return getName();
+            case NamingPackage.EJB_LOCAL_REF_TYPE__EJB_LINK:
+                return getEjbLink();
+            case NamingPackage.EJB_LOCAL_REF_TYPE__TARGET_NAME:
+                return getTargetName();
+        }
+        return eDynamicGet(eFeature, resolve);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void eSet(EStructuralFeature eFeature, Object newValue) {
+        switch (eDerivedStructuralFeatureID(eFeature)) {
+            case NamingPackage.EJB_LOCAL_REF_TYPE__REF_NAME:
+                setRefName((String)newValue);
+                return;
+            case NamingPackage.EJB_LOCAL_REF_TYPE__DOMAIN:
+                setDomain((String)newValue);
+                return;
+            case NamingPackage.EJB_LOCAL_REF_TYPE__SERVER:
+                setServer((String)newValue);
+                return;
+            case NamingPackage.EJB_LOCAL_REF_TYPE__APPLICATION:
+                setApplication((String)newValue);
+                return;
+            case NamingPackage.EJB_LOCAL_REF_TYPE__MODULE:
+                setModule((String)newValue);
+                return;
+            case NamingPackage.EJB_LOCAL_REF_TYPE__TYPE:
+                setType((String)newValue);
+                return;
+            case NamingPackage.EJB_LOCAL_REF_TYPE__NAME:
+                setName((String)newValue);
+                return;
+            case NamingPackage.EJB_LOCAL_REF_TYPE__EJB_LINK:
+                setEjbLink((String)newValue);
+                return;
+            case NamingPackage.EJB_LOCAL_REF_TYPE__TARGET_NAME:
+                setTargetName((String)newValue);
+                return;
+        }
+        eDynamicSet(eFeature, newValue);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void eUnset(EStructuralFeature eFeature) {
+        switch (eDerivedStructuralFeatureID(eFeature)) {
+            case NamingPackage.EJB_LOCAL_REF_TYPE__REF_NAME:
+                setRefName(REF_NAME_EDEFAULT);
+                return;
+            case NamingPackage.EJB_LOCAL_REF_TYPE__DOMAIN:
+                setDomain(DOMAIN_EDEFAULT);
+                return;
+            case NamingPackage.EJB_LOCAL_REF_TYPE__SERVER:
+                setServer(SERVER_EDEFAULT);
+                return;
+            case NamingPackage.EJB_LOCAL_REF_TYPE__APPLICATION:
+                setApplication(APPLICATION_EDEFAULT);
+                return;
+            case NamingPackage.EJB_LOCAL_REF_TYPE__MODULE:
+                setModule(MODULE_EDEFAULT);
+                return;
+            case NamingPackage.EJB_LOCAL_REF_TYPE__TYPE:
+                setType(TYPE_EDEFAULT);
+                return;
+            case NamingPackage.EJB_LOCAL_REF_TYPE__NAME:
+                setName(NAME_EDEFAULT);
+                return;
+            case NamingPackage.EJB_LOCAL_REF_TYPE__EJB_LINK:
+                setEjbLink(EJB_LINK_EDEFAULT);
+                return;
+            case NamingPackage.EJB_LOCAL_REF_TYPE__TARGET_NAME:
+                setTargetName(TARGET_NAME_EDEFAULT);
+                return;
+        }
+        eDynamicUnset(eFeature);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public boolean eIsSet(EStructuralFeature eFeature) {
+        switch (eDerivedStructuralFeatureID(eFeature)) {
+            case NamingPackage.EJB_LOCAL_REF_TYPE__REF_NAME:
+                return REF_NAME_EDEFAULT == null ? refName != null : !REF_NAME_EDEFAULT.equals(refName);
+            case NamingPackage.EJB_LOCAL_REF_TYPE__DOMAIN:
+                return DOMAIN_EDEFAULT == null ? domain != null : !DOMAIN_EDEFAULT.equals(domain);
+            case NamingPackage.EJB_LOCAL_REF_TYPE__SERVER:
+                return SERVER_EDEFAULT == null ? server != null : !SERVER_EDEFAULT.equals(server);
+            case NamingPackage.EJB_LOCAL_REF_TYPE__APPLICATION:
+                return APPLICATION_EDEFAULT == null ? application != null : !APPLICATION_EDEFAULT.equals(application);
+            case NamingPackage.EJB_LOCAL_REF_TYPE__MODULE:
+                return MODULE_EDEFAULT == null ? module != null : !MODULE_EDEFAULT.equals(module);
+            case NamingPackage.EJB_LOCAL_REF_TYPE__TYPE:
+                return TYPE_EDEFAULT == null ? type != null : !TYPE_EDEFAULT.equals(type);
+            case NamingPackage.EJB_LOCAL_REF_TYPE__NAME:
+                return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name);
+            case NamingPackage.EJB_LOCAL_REF_TYPE__EJB_LINK:
+                return EJB_LINK_EDEFAULT == null ? ejbLink != null : !EJB_LINK_EDEFAULT.equals(ejbLink);
+            case NamingPackage.EJB_LOCAL_REF_TYPE__TARGET_NAME:
+                return TARGET_NAME_EDEFAULT == null ? targetName != null : !TARGET_NAME_EDEFAULT.equals(targetName);
+        }
+        return eDynamicIsSet(eFeature);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public String toString() {
+        if (eIsProxy()) return super.toString();
+
+        StringBuffer result = new StringBuffer(super.toString());
+        result.append(" (refName: ");
+        result.append(refName);
+        result.append(", domain: ");
+        result.append(domain);
+        result.append(", server: ");
+        result.append(server);
+        result.append(", application: ");
+        result.append(application);
+        result.append(", module: ");
+        result.append(module);
+        result.append(", type: ");
+        result.append(type);
+        result.append(", name: ");
+        result.append(name);
+        result.append(", ejbLink: ");
+        result.append(ejbLink);
+        result.append(", targetName: ");
+        result.append(targetName);
+        result.append(')');
+        return result.toString();
+    }
+
+} //EjbLocalRefTypeImpl

Added: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/naming/impl/EjbRefTypeImpl.java
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/naming/impl/EjbRefTypeImpl.java?rev=280909&view=auto
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/naming/impl/EjbRefTypeImpl.java (added)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/naming/impl/EjbRefTypeImpl.java Wed Sep 14 11:59:30 2005
@@ -0,0 +1,903 @@
+/**
+ * Copyright 2004, 2005 The Apache Software Foundation or its licensors, as applicable
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package org.apache.geronimo.xml.ns.naming.impl;
+
+import org.apache.geronimo.xml.ns.naming.CssType;
+import org.apache.geronimo.xml.ns.naming.EjbRefType;
+import org.apache.geronimo.xml.ns.naming.NamingPackage;
+
+import org.eclipse.emf.common.notify.Notification;
+import org.eclipse.emf.common.notify.NotificationChain;
+
+import org.eclipse.emf.ecore.EClass;
+import org.eclipse.emf.ecore.EStructuralFeature;
+import org.eclipse.emf.ecore.InternalEObject;
+
+import org.eclipse.emf.ecore.impl.ENotificationImpl;
+import org.eclipse.emf.ecore.impl.EObjectImpl;
+
+/**
+ * <!-- begin-user-doc -->
+ * An implementation of the model object '<em><b>Ejb Ref Type</b></em>'.
+ * <!-- end-user-doc -->
+ * <p>
+ * The following features are implemented:
+ * <ul>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.EjbRefTypeImpl#getRefName <em>Ref Name</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.EjbRefTypeImpl#getDomain <em>Domain</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.EjbRefTypeImpl#getServer <em>Server</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.EjbRefTypeImpl#getApplication <em>Application</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.EjbRefTypeImpl#getModule <em>Module</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.EjbRefTypeImpl#getType <em>Type</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.EjbRefTypeImpl#getName <em>Name</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.EjbRefTypeImpl#getNsCorbaloc <em>Ns Corbaloc</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.EjbRefTypeImpl#getName1 <em>Name1</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.EjbRefTypeImpl#getCss <em>Css</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.EjbRefTypeImpl#getCssLink <em>Css Link</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.EjbRefTypeImpl#getCssName <em>Css Name</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.EjbRefTypeImpl#getEjbLink <em>Ejb Link</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.naming.impl.EjbRefTypeImpl#getTargetName <em>Target Name</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @generated
+ */
+public class EjbRefTypeImpl extends EObjectImpl implements EjbRefType {
+    /**
+     * The default value of the '{@link #getRefName() <em>Ref Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getRefName()
+     * @generated
+     * @ordered
+     */
+    protected static final String REF_NAME_EDEFAULT = null;
+
+    /**
+     * The cached value of the '{@link #getRefName() <em>Ref Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getRefName()
+     * @generated
+     * @ordered
+     */
+    protected String refName = REF_NAME_EDEFAULT;
+
+    /**
+     * The default value of the '{@link #getDomain() <em>Domain</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getDomain()
+     * @generated
+     * @ordered
+     */
+    protected static final String DOMAIN_EDEFAULT = null;
+
+    /**
+     * The cached value of the '{@link #getDomain() <em>Domain</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getDomain()
+     * @generated
+     * @ordered
+     */
+    protected String domain = DOMAIN_EDEFAULT;
+
+    /**
+     * The default value of the '{@link #getServer() <em>Server</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getServer()
+     * @generated
+     * @ordered
+     */
+    protected static final String SERVER_EDEFAULT = null;
+
+    /**
+     * The cached value of the '{@link #getServer() <em>Server</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getServer()
+     * @generated
+     * @ordered
+     */
+    protected String server = SERVER_EDEFAULT;
+
+    /**
+     * The default value of the '{@link #getApplication() <em>Application</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getApplication()
+     * @generated
+     * @ordered
+     */
+    protected static final String APPLICATION_EDEFAULT = null;
+
+    /**
+     * The cached value of the '{@link #getApplication() <em>Application</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getApplication()
+     * @generated
+     * @ordered
+     */
+    protected String application = APPLICATION_EDEFAULT;
+
+    /**
+     * The default value of the '{@link #getModule() <em>Module</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getModule()
+     * @generated
+     * @ordered
+     */
+    protected static final String MODULE_EDEFAULT = null;
+
+    /**
+     * The cached value of the '{@link #getModule() <em>Module</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getModule()
+     * @generated
+     * @ordered
+     */
+    protected String module = MODULE_EDEFAULT;
+
+    /**
+     * The default value of the '{@link #getType() <em>Type</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getType()
+     * @generated
+     * @ordered
+     */
+    protected static final String TYPE_EDEFAULT = null;
+
+    /**
+     * The cached value of the '{@link #getType() <em>Type</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getType()
+     * @generated
+     * @ordered
+     */
+    protected String type = TYPE_EDEFAULT;
+
+    /**
+     * The default value of the '{@link #getName() <em>Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getName()
+     * @generated
+     * @ordered
+     */
+    protected static final String NAME_EDEFAULT = null;
+
+    /**
+     * The cached value of the '{@link #getName() <em>Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getName()
+     * @generated
+     * @ordered
+     */
+    protected String name = NAME_EDEFAULT;
+
+    /**
+     * The default value of the '{@link #getNsCorbaloc() <em>Ns Corbaloc</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getNsCorbaloc()
+     * @generated
+     * @ordered
+     */
+    protected static final String NS_CORBALOC_EDEFAULT = null;
+
+    /**
+     * The cached value of the '{@link #getNsCorbaloc() <em>Ns Corbaloc</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getNsCorbaloc()
+     * @generated
+     * @ordered
+     */
+    protected String nsCorbaloc = NS_CORBALOC_EDEFAULT;
+
+    /**
+     * The default value of the '{@link #getName1() <em>Name1</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getName1()
+     * @generated
+     * @ordered
+     */
+    protected static final String NAME1_EDEFAULT = null;
+
+    /**
+     * The cached value of the '{@link #getName1() <em>Name1</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getName1()
+     * @generated
+     * @ordered
+     */
+    protected String name1 = NAME1_EDEFAULT;
+
+    /**
+     * The cached value of the '{@link #getCss() <em>Css</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getCss()
+     * @generated
+     * @ordered
+     */
+    protected CssType css = null;
+
+    /**
+     * The default value of the '{@link #getCssLink() <em>Css Link</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getCssLink()
+     * @generated
+     * @ordered
+     */
+    protected static final String CSS_LINK_EDEFAULT = null;
+
+    /**
+     * The cached value of the '{@link #getCssLink() <em>Css Link</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getCssLink()
+     * @generated
+     * @ordered
+     */
+    protected String cssLink = CSS_LINK_EDEFAULT;
+
+    /**
+     * The default value of the '{@link #getCssName() <em>Css Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getCssName()
+     * @generated
+     * @ordered
+     */
+    protected static final String CSS_NAME_EDEFAULT = null;
+
+    /**
+     * The cached value of the '{@link #getCssName() <em>Css Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getCssName()
+     * @generated
+     * @ordered
+     */
+    protected String cssName = CSS_NAME_EDEFAULT;
+
+    /**
+     * The default value of the '{@link #getEjbLink() <em>Ejb Link</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getEjbLink()
+     * @generated
+     * @ordered
+     */
+    protected static final String EJB_LINK_EDEFAULT = null;
+
+    /**
+     * The cached value of the '{@link #getEjbLink() <em>Ejb Link</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getEjbLink()
+     * @generated
+     * @ordered
+     */
+    protected String ejbLink = EJB_LINK_EDEFAULT;
+
+    /**
+     * The default value of the '{@link #getTargetName() <em>Target Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getTargetName()
+     * @generated
+     * @ordered
+     */
+    protected static final String TARGET_NAME_EDEFAULT = null;
+
+    /**
+     * The cached value of the '{@link #getTargetName() <em>Target Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #getTargetName()
+     * @generated
+     * @ordered
+     */
+    protected String targetName = TARGET_NAME_EDEFAULT;
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    protected EjbRefTypeImpl() {
+        super();
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    protected EClass eStaticClass() {
+        return NamingPackage.eINSTANCE.getEjbRefType();
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public String getRefName() {
+        return refName;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setRefName(String newRefName) {
+        String oldRefName = refName;
+        refName = newRefName;
+        if (eNotificationRequired())
+            eNotify(new ENotificationImpl(this, Notification.SET, NamingPackage.EJB_REF_TYPE__REF_NAME, oldRefName, refName));
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public String getDomain() {
+        return domain;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setDomain(String newDomain) {
+        String oldDomain = domain;
+        domain = newDomain;
+        if (eNotificationRequired())
+            eNotify(new ENotificationImpl(this, Notification.SET, NamingPackage.EJB_REF_TYPE__DOMAIN, oldDomain, domain));
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public String getServer() {
+        return server;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setServer(String newServer) {
+        String oldServer = server;
+        server = newServer;
+        if (eNotificationRequired())
+            eNotify(new ENotificationImpl(this, Notification.SET, NamingPackage.EJB_REF_TYPE__SERVER, oldServer, server));
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public String getApplication() {
+        return application;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setApplication(String newApplication) {
+        String oldApplication = application;
+        application = newApplication;
+        if (eNotificationRequired())
+            eNotify(new ENotificationImpl(this, Notification.SET, NamingPackage.EJB_REF_TYPE__APPLICATION, oldApplication, application));
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public String getModule() {
+        return module;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setModule(String newModule) {
+        String oldModule = module;
+        module = newModule;
+        if (eNotificationRequired())
+            eNotify(new ENotificationImpl(this, Notification.SET, NamingPackage.EJB_REF_TYPE__MODULE, oldModule, module));
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public String getType() {
+        return type;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setType(String newType) {
+        String oldType = type;
+        type = newType;
+        if (eNotificationRequired())
+            eNotify(new ENotificationImpl(this, Notification.SET, NamingPackage.EJB_REF_TYPE__TYPE, oldType, type));
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public String getName() {
+        return name;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setName(String newName) {
+        String oldName = name;
+        name = newName;
+        if (eNotificationRequired())
+            eNotify(new ENotificationImpl(this, Notification.SET, NamingPackage.EJB_REF_TYPE__NAME, oldName, name));
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public String getNsCorbaloc() {
+        return nsCorbaloc;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setNsCorbaloc(String newNsCorbaloc) {
+        String oldNsCorbaloc = nsCorbaloc;
+        nsCorbaloc = newNsCorbaloc;
+        if (eNotificationRequired())
+            eNotify(new ENotificationImpl(this, Notification.SET, NamingPackage.EJB_REF_TYPE__NS_CORBALOC, oldNsCorbaloc, nsCorbaloc));
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public String getName1() {
+        return name1;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setName1(String newName1) {
+        String oldName1 = name1;
+        name1 = newName1;
+        if (eNotificationRequired())
+            eNotify(new ENotificationImpl(this, Notification.SET, NamingPackage.EJB_REF_TYPE__NAME1, oldName1, name1));
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public CssType getCss() {
+        return css;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public NotificationChain basicSetCss(CssType newCss, NotificationChain msgs) {
+        CssType oldCss = css;
+        css = newCss;
+        if (eNotificationRequired()) {
+            ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, NamingPackage.EJB_REF_TYPE__CSS, oldCss, newCss);
+            if (msgs == null) msgs = notification; else msgs.add(notification);
+        }
+        return msgs;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setCss(CssType newCss) {
+        if (newCss != css) {
+            NotificationChain msgs = null;
+            if (css != null)
+                msgs = ((InternalEObject)css).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - NamingPackage.EJB_REF_TYPE__CSS, null, msgs);
+            if (newCss != null)
+                msgs = ((InternalEObject)newCss).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - NamingPackage.EJB_REF_TYPE__CSS, null, msgs);
+            msgs = basicSetCss(newCss, msgs);
+            if (msgs != null) msgs.dispatch();
+        }
+        else if (eNotificationRequired())
+            eNotify(new ENotificationImpl(this, Notification.SET, NamingPackage.EJB_REF_TYPE__CSS, newCss, newCss));
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public String getCssLink() {
+        return cssLink;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setCssLink(String newCssLink) {
+        String oldCssLink = cssLink;
+        cssLink = newCssLink;
+        if (eNotificationRequired())
+            eNotify(new ENotificationImpl(this, Notification.SET, NamingPackage.EJB_REF_TYPE__CSS_LINK, oldCssLink, cssLink));
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public String getCssName() {
+        return cssName;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setCssName(String newCssName) {
+        String oldCssName = cssName;
+        cssName = newCssName;
+        if (eNotificationRequired())
+            eNotify(new ENotificationImpl(this, Notification.SET, NamingPackage.EJB_REF_TYPE__CSS_NAME, oldCssName, cssName));
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public String getEjbLink() {
+        return ejbLink;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setEjbLink(String newEjbLink) {
+        String oldEjbLink = ejbLink;
+        ejbLink = newEjbLink;
+        if (eNotificationRequired())
+            eNotify(new ENotificationImpl(this, Notification.SET, NamingPackage.EJB_REF_TYPE__EJB_LINK, oldEjbLink, ejbLink));
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public String getTargetName() {
+        return targetName;
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void setTargetName(String newTargetName) {
+        String oldTargetName = targetName;
+        targetName = newTargetName;
+        if (eNotificationRequired())
+            eNotify(new ENotificationImpl(this, Notification.SET, NamingPackage.EJB_REF_TYPE__TARGET_NAME, oldTargetName, targetName));
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, Class baseClass, NotificationChain msgs) {
+        if (featureID >= 0) {
+            switch (eDerivedStructuralFeatureID(featureID, baseClass)) {
+                case NamingPackage.EJB_REF_TYPE__CSS:
+                    return basicSetCss(null, msgs);
+                default:
+                    return eDynamicInverseRemove(otherEnd, featureID, baseClass, msgs);
+            }
+        }
+        return eBasicSetContainer(null, featureID, msgs);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public Object eGet(EStructuralFeature eFeature, boolean resolve) {
+        switch (eDerivedStructuralFeatureID(eFeature)) {
+            case NamingPackage.EJB_REF_TYPE__REF_NAME:
+                return getRefName();
+            case NamingPackage.EJB_REF_TYPE__DOMAIN:
+                return getDomain();
+            case NamingPackage.EJB_REF_TYPE__SERVER:
+                return getServer();
+            case NamingPackage.EJB_REF_TYPE__APPLICATION:
+                return getApplication();
+            case NamingPackage.EJB_REF_TYPE__MODULE:
+                return getModule();
+            case NamingPackage.EJB_REF_TYPE__TYPE:
+                return getType();
+            case NamingPackage.EJB_REF_TYPE__NAME:
+                return getName();
+            case NamingPackage.EJB_REF_TYPE__NS_CORBALOC:
+                return getNsCorbaloc();
+            case NamingPackage.EJB_REF_TYPE__NAME1:
+                return getName1();
+            case NamingPackage.EJB_REF_TYPE__CSS:
+                return getCss();
+            case NamingPackage.EJB_REF_TYPE__CSS_LINK:
+                return getCssLink();
+            case NamingPackage.EJB_REF_TYPE__CSS_NAME:
+                return getCssName();
+            case NamingPackage.EJB_REF_TYPE__EJB_LINK:
+                return getEjbLink();
+            case NamingPackage.EJB_REF_TYPE__TARGET_NAME:
+                return getTargetName();
+        }
+        return eDynamicGet(eFeature, resolve);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void eSet(EStructuralFeature eFeature, Object newValue) {
+        switch (eDerivedStructuralFeatureID(eFeature)) {
+            case NamingPackage.EJB_REF_TYPE__REF_NAME:
+                setRefName((String)newValue);
+                return;
+            case NamingPackage.EJB_REF_TYPE__DOMAIN:
+                setDomain((String)newValue);
+                return;
+            case NamingPackage.EJB_REF_TYPE__SERVER:
+                setServer((String)newValue);
+                return;
+            case NamingPackage.EJB_REF_TYPE__APPLICATION:
+                setApplication((String)newValue);
+                return;
+            case NamingPackage.EJB_REF_TYPE__MODULE:
+                setModule((String)newValue);
+                return;
+            case NamingPackage.EJB_REF_TYPE__TYPE:
+                setType((String)newValue);
+                return;
+            case NamingPackage.EJB_REF_TYPE__NAME:
+                setName((String)newValue);
+                return;
+            case NamingPackage.EJB_REF_TYPE__NS_CORBALOC:
+                setNsCorbaloc((String)newValue);
+                return;
+            case NamingPackage.EJB_REF_TYPE__NAME1:
+                setName1((String)newValue);
+                return;
+            case NamingPackage.EJB_REF_TYPE__CSS:
+                setCss((CssType)newValue);
+                return;
+            case NamingPackage.EJB_REF_TYPE__CSS_LINK:
+                setCssLink((String)newValue);
+                return;
+            case NamingPackage.EJB_REF_TYPE__CSS_NAME:
+                setCssName((String)newValue);
+                return;
+            case NamingPackage.EJB_REF_TYPE__EJB_LINK:
+                setEjbLink((String)newValue);
+                return;
+            case NamingPackage.EJB_REF_TYPE__TARGET_NAME:
+                setTargetName((String)newValue);
+                return;
+        }
+        eDynamicSet(eFeature, newValue);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public void eUnset(EStructuralFeature eFeature) {
+        switch (eDerivedStructuralFeatureID(eFeature)) {
+            case NamingPackage.EJB_REF_TYPE__REF_NAME:
+                setRefName(REF_NAME_EDEFAULT);
+                return;
+            case NamingPackage.EJB_REF_TYPE__DOMAIN:
+                setDomain(DOMAIN_EDEFAULT);
+                return;
+            case NamingPackage.EJB_REF_TYPE__SERVER:
+                setServer(SERVER_EDEFAULT);
+                return;
+            case NamingPackage.EJB_REF_TYPE__APPLICATION:
+                setApplication(APPLICATION_EDEFAULT);
+                return;
+            case NamingPackage.EJB_REF_TYPE__MODULE:
+                setModule(MODULE_EDEFAULT);
+                return;
+            case NamingPackage.EJB_REF_TYPE__TYPE:
+                setType(TYPE_EDEFAULT);
+                return;
+            case NamingPackage.EJB_REF_TYPE__NAME:
+                setName(NAME_EDEFAULT);
+                return;
+            case NamingPackage.EJB_REF_TYPE__NS_CORBALOC:
+                setNsCorbaloc(NS_CORBALOC_EDEFAULT);
+                return;
+            case NamingPackage.EJB_REF_TYPE__NAME1:
+                setName1(NAME1_EDEFAULT);
+                return;
+            case NamingPackage.EJB_REF_TYPE__CSS:
+                setCss((CssType)null);
+                return;
+            case NamingPackage.EJB_REF_TYPE__CSS_LINK:
+                setCssLink(CSS_LINK_EDEFAULT);
+                return;
+            case NamingPackage.EJB_REF_TYPE__CSS_NAME:
+                setCssName(CSS_NAME_EDEFAULT);
+                return;
+            case NamingPackage.EJB_REF_TYPE__EJB_LINK:
+                setEjbLink(EJB_LINK_EDEFAULT);
+                return;
+            case NamingPackage.EJB_REF_TYPE__TARGET_NAME:
+                setTargetName(TARGET_NAME_EDEFAULT);
+                return;
+        }
+        eDynamicUnset(eFeature);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public boolean eIsSet(EStructuralFeature eFeature) {
+        switch (eDerivedStructuralFeatureID(eFeature)) {
+            case NamingPackage.EJB_REF_TYPE__REF_NAME:
+                return REF_NAME_EDEFAULT == null ? refName != null : !REF_NAME_EDEFAULT.equals(refName);
+            case NamingPackage.EJB_REF_TYPE__DOMAIN:
+                return DOMAIN_EDEFAULT == null ? domain != null : !DOMAIN_EDEFAULT.equals(domain);
+            case NamingPackage.EJB_REF_TYPE__SERVER:
+                return SERVER_EDEFAULT == null ? server != null : !SERVER_EDEFAULT.equals(server);
+            case NamingPackage.EJB_REF_TYPE__APPLICATION:
+                return APPLICATION_EDEFAULT == null ? application != null : !APPLICATION_EDEFAULT.equals(application);
+            case NamingPackage.EJB_REF_TYPE__MODULE:
+                return MODULE_EDEFAULT == null ? module != null : !MODULE_EDEFAULT.equals(module);
+            case NamingPackage.EJB_REF_TYPE__TYPE:
+                return TYPE_EDEFAULT == null ? type != null : !TYPE_EDEFAULT.equals(type);
+            case NamingPackage.EJB_REF_TYPE__NAME:
+                return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name);
+            case NamingPackage.EJB_REF_TYPE__NS_CORBALOC:
+                return NS_CORBALOC_EDEFAULT == null ? nsCorbaloc != null : !NS_CORBALOC_EDEFAULT.equals(nsCorbaloc);
+            case NamingPackage.EJB_REF_TYPE__NAME1:
+                return NAME1_EDEFAULT == null ? name1 != null : !NAME1_EDEFAULT.equals(name1);
+            case NamingPackage.EJB_REF_TYPE__CSS:
+                return css != null;
+            case NamingPackage.EJB_REF_TYPE__CSS_LINK:
+                return CSS_LINK_EDEFAULT == null ? cssLink != null : !CSS_LINK_EDEFAULT.equals(cssLink);
+            case NamingPackage.EJB_REF_TYPE__CSS_NAME:
+                return CSS_NAME_EDEFAULT == null ? cssName != null : !CSS_NAME_EDEFAULT.equals(cssName);
+            case NamingPackage.EJB_REF_TYPE__EJB_LINK:
+                return EJB_LINK_EDEFAULT == null ? ejbLink != null : !EJB_LINK_EDEFAULT.equals(ejbLink);
+            case NamingPackage.EJB_REF_TYPE__TARGET_NAME:
+                return TARGET_NAME_EDEFAULT == null ? targetName != null : !TARGET_NAME_EDEFAULT.equals(targetName);
+        }
+        return eDynamicIsSet(eFeature);
+    }
+
+    /**
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public String toString() {
+        if (eIsProxy()) return super.toString();
+
+        StringBuffer result = new StringBuffer(super.toString());
+        result.append(" (refName: ");
+        result.append(refName);
+        result.append(", domain: ");
+        result.append(domain);
+        result.append(", server: ");
+        result.append(server);
+        result.append(", application: ");
+        result.append(application);
+        result.append(", module: ");
+        result.append(module);
+        result.append(", type: ");
+        result.append(type);
+        result.append(", name: ");
+        result.append(name);
+        result.append(", nsCorbaloc: ");
+        result.append(nsCorbaloc);
+        result.append(", name1: ");
+        result.append(name1);
+        result.append(", cssLink: ");
+        result.append(cssLink);
+        result.append(", cssName: ");
+        result.append(cssName);
+        result.append(", ejbLink: ");
+        result.append(ejbLink);
+        result.append(", targetName: ");
+        result.append(targetName);
+        result.append(')');
+        return result.toString();
+    }
+
+} //EjbRefTypeImpl