You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@apache.org on 2005/08/24 23:36:53 UTC

svn commit: r239937 [47/73] - in /geronimo/trunk/sandbox/eclipse-plugin: org.apache.geronimo.core/src/org/apache/geronimo/core/internal/ org.apache.geronimo.core/src/org/apache/geronimo/core/operations/ org.apache.geronimo.deployment.model/src/org/apac...

Modified: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/CmrFieldType1.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/CmrFieldType1.java?rev=239937&r1=239936&r2=239937&view=diff
==============================================================================
--- geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/CmrFieldType1.java (original)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/CmrFieldType1.java Wed Aug 24 14:34:34 2005
@@ -1,92 +1,92 @@
-/**
- * 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.openejb.xml.ns.openejb.jar;
-
-import org.eclipse.emf.ecore.EObject;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Cmr Field Type1</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.CmrFieldType1#getCmrFieldName <em>Cmr Field Name</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.CmrFieldType1#getGroupName <em>Group Name</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.openejb.xml.ns.openejb.jar.JarPackage#getCmrFieldType1()
- * @model extendedMetaData="name='cmr-field_._1_._type' kind='elementOnly'"
- * @generated
- */
-public interface CmrFieldType1 extends EObject {
-    /**
-     * Returns the value of the '<em><b>Cmr Field Name</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Cmr Field Name</em>' attribute isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Cmr Field Name</em>' attribute.
-     * @see #setCmrFieldName(String)
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getCmrFieldType1_CmrFieldName()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
-     *        extendedMetaData="kind='element' name='cmr-field-name' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getCmrFieldName();
-
-    /**
-     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.CmrFieldType1#getCmrFieldName <em>Cmr Field Name</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Cmr Field Name</em>' attribute.
-     * @see #getCmrFieldName()
-     * @generated
-     */
-    void setCmrFieldName(String value);
-
-    /**
-     * Returns the value of the '<em><b>Group Name</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Group Name</em>' attribute isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Group Name</em>' attribute.
-     * @see #setGroupName(String)
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getCmrFieldType1_GroupName()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='group-name' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getGroupName();
-
-    /**
-     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.CmrFieldType1#getGroupName <em>Group Name</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Group Name</em>' attribute.
-     * @see #getGroupName()
-     * @generated
-     */
-    void setGroupName(String value);
-
-} // CmrFieldType1
+/**
+ * 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.openejb.xml.ns.openejb.jar;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Cmr Field Type1</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.CmrFieldType1#getCmrFieldName <em>Cmr Field Name</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.CmrFieldType1#getGroupName <em>Group Name</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.openejb.xml.ns.openejb.jar.JarPackage#getCmrFieldType1()
+ * @model extendedMetaData="name='cmr-field_._1_._type' kind='elementOnly'"
+ * @generated
+ */
+public interface CmrFieldType1 extends EObject {
+    /**
+     * Returns the value of the '<em><b>Cmr Field Name</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Cmr Field Name</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Cmr Field Name</em>' attribute.
+     * @see #setCmrFieldName(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getCmrFieldType1_CmrFieldName()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
+     *        extendedMetaData="kind='element' name='cmr-field-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getCmrFieldName();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.CmrFieldType1#getCmrFieldName <em>Cmr Field Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Cmr Field Name</em>' attribute.
+     * @see #getCmrFieldName()
+     * @generated
+     */
+    void setCmrFieldName(String value);
+
+    /**
+     * Returns the value of the '<em><b>Group Name</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Group Name</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Group Name</em>' attribute.
+     * @see #setGroupName(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getCmrFieldType1_GroupName()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='group-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getGroupName();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.CmrFieldType1#getGroupName <em>Group Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Group Name</em>' attribute.
+     * @see #getGroupName()
+     * @generated
+     */
+    void setGroupName(String value);
+
+} // CmrFieldType1

Propchange: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/CmrFieldType1.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/DocumentRoot.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/DocumentRoot.java?rev=239937&r1=239936&r2=239937&view=diff
==============================================================================
--- geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/DocumentRoot.java (original)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/DocumentRoot.java Wed Aug 24 14:34:34 2005
@@ -1,124 +1,124 @@
-/**
- * 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.openejb.xml.ns.openejb.jar;
-
-import org.eclipse.emf.common.util.EMap;
-
-import org.eclipse.emf.ecore.EObject;
-
-import org.eclipse.emf.ecore.util.FeatureMap;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Document Root</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.DocumentRoot#getMixed <em>Mixed</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.DocumentRoot#getXMLNSPrefixMap <em>XMLNS Prefix Map</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.DocumentRoot#getXSISchemaLocation <em>XSI Schema Location</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.DocumentRoot#getOpenejbJar <em>Openejb Jar</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.openejb.xml.ns.openejb.jar.JarPackage#getDocumentRoot()
- * @model extendedMetaData="name='' kind='mixed'"
- * @generated
- */
-public interface DocumentRoot extends EObject {
-    /**
-     * Returns the value of the '<em><b>Mixed</b></em>' attribute list.
-     * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Mixed</em>' attribute list isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Mixed</em>' attribute list.
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getDocumentRoot_Mixed()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true"
-     *        extendedMetaData="kind='elementWildcard' name=':mixed'"
-     * @generated
-     */
-    FeatureMap getMixed();
-
-    /**
-     * Returns the value of the '<em><b>XMLNS Prefix Map</b></em>' map.
-     * The key is of type {@link java.lang.String},
-     * and the value is of type {@link java.lang.String},
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>XMLNS Prefix Map</em>' map isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>XMLNS Prefix Map</em>' map.
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getDocumentRoot_XMLNSPrefixMap()
-     * @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" keyType="java.lang.String" valueType="java.lang.String" transient="true"
-     *        extendedMetaData="kind='attribute' name='xmlns:prefix'"
-     * @generated
-     */
-    EMap getXMLNSPrefixMap();
-
-    /**
-     * Returns the value of the '<em><b>XSI Schema Location</b></em>' map.
-     * The key is of type {@link java.lang.String},
-     * and the value is of type {@link java.lang.String},
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>XSI Schema Location</em>' map isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>XSI Schema Location</em>' map.
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getDocumentRoot_XSISchemaLocation()
-     * @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" keyType="java.lang.String" valueType="java.lang.String" transient="true"
-     *        extendedMetaData="kind='attribute' name='xsi:schemaLocation'"
-     * @generated
-     */
-    EMap getXSISchemaLocation();
-
-    /**
-     * Returns the value of the '<em><b>Openejb Jar</b></em>' containment reference.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Openejb Jar</em>' containment reference isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Openejb Jar</em>' containment reference.
-     * @see #setOpenejbJar(OpenejbJarType)
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getDocumentRoot_OpenejbJar()
-     * @model containment="true" resolveProxies="false" upper="-2" transient="true" volatile="true" derived="true"
-     *        extendedMetaData="kind='element' name='openejb-jar' namespace='##targetNamespace'"
-     * @generated
-     */
-    OpenejbJarType getOpenejbJar();
-
-    /**
-     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.DocumentRoot#getOpenejbJar <em>Openejb Jar</em>}' containment reference.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Openejb Jar</em>' containment reference.
-     * @see #getOpenejbJar()
-     * @generated
-     */
-    void setOpenejbJar(OpenejbJarType value);
-
-} // DocumentRoot
+/**
+ * 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.openejb.xml.ns.openejb.jar;
+
+import org.eclipse.emf.common.util.EMap;
+
+import org.eclipse.emf.ecore.EObject;
+
+import org.eclipse.emf.ecore.util.FeatureMap;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Document Root</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.DocumentRoot#getMixed <em>Mixed</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.DocumentRoot#getXMLNSPrefixMap <em>XMLNS Prefix Map</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.DocumentRoot#getXSISchemaLocation <em>XSI Schema Location</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.DocumentRoot#getOpenejbJar <em>Openejb Jar</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.openejb.xml.ns.openejb.jar.JarPackage#getDocumentRoot()
+ * @model extendedMetaData="name='' kind='mixed'"
+ * @generated
+ */
+public interface DocumentRoot extends EObject {
+    /**
+     * Returns the value of the '<em><b>Mixed</b></em>' attribute list.
+     * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Mixed</em>' attribute list isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Mixed</em>' attribute list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getDocumentRoot_Mixed()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true"
+     *        extendedMetaData="kind='elementWildcard' name=':mixed'"
+     * @generated
+     */
+    FeatureMap getMixed();
+
+    /**
+     * Returns the value of the '<em><b>XMLNS Prefix Map</b></em>' map.
+     * The key is of type {@link java.lang.String},
+     * and the value is of type {@link java.lang.String},
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>XMLNS Prefix Map</em>' map isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>XMLNS Prefix Map</em>' map.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getDocumentRoot_XMLNSPrefixMap()
+     * @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" keyType="java.lang.String" valueType="java.lang.String" transient="true"
+     *        extendedMetaData="kind='attribute' name='xmlns:prefix'"
+     * @generated
+     */
+    EMap getXMLNSPrefixMap();
+
+    /**
+     * Returns the value of the '<em><b>XSI Schema Location</b></em>' map.
+     * The key is of type {@link java.lang.String},
+     * and the value is of type {@link java.lang.String},
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>XSI Schema Location</em>' map isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>XSI Schema Location</em>' map.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getDocumentRoot_XSISchemaLocation()
+     * @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" keyType="java.lang.String" valueType="java.lang.String" transient="true"
+     *        extendedMetaData="kind='attribute' name='xsi:schemaLocation'"
+     * @generated
+     */
+    EMap getXSISchemaLocation();
+
+    /**
+     * Returns the value of the '<em><b>Openejb Jar</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Openejb Jar</em>' containment reference isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Openejb Jar</em>' containment reference.
+     * @see #setOpenejbJar(OpenejbJarType)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getDocumentRoot_OpenejbJar()
+     * @model containment="true" resolveProxies="false" upper="-2" transient="true" volatile="true" derived="true"
+     *        extendedMetaData="kind='element' name='openejb-jar' namespace='##targetNamespace'"
+     * @generated
+     */
+    OpenejbJarType getOpenejbJar();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.DocumentRoot#getOpenejbJar <em>Openejb Jar</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Openejb Jar</em>' containment reference.
+     * @see #getOpenejbJar()
+     * @generated
+     */
+    void setOpenejbJar(OpenejbJarType value);
+
+} // DocumentRoot

Propchange: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/DocumentRoot.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/EjbRelationType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/EjbRelationType.java?rev=239937&r1=239936&r2=239937&view=diff
==============================================================================
--- geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/EjbRelationType.java (original)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/EjbRelationType.java Wed Aug 24 14:34:34 2005
@@ -1,112 +1,112 @@
-/**
- * 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.openejb.xml.ns.openejb.jar;
-
-import org.eclipse.emf.common.util.EList;
-
-import org.eclipse.emf.ecore.EObject;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Ejb Relation Type</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.EjbRelationType#getEjbRelationName <em>Ejb Relation Name</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.EjbRelationType#getManyToManyTableName <em>Many To Many Table Name</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.EjbRelationType#getEjbRelationshipRole <em>Ejb Relationship Role</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEjbRelationType()
- * @model extendedMetaData="name='ejb-relationType' kind='elementOnly'"
- * @generated
- */
-public interface EjbRelationType extends EObject {
-    /**
-     * Returns the value of the '<em><b>Ejb Relation Name</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Ejb Relation Name</em>' attribute isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Ejb Relation Name</em>' attribute.
-     * @see #setEjbRelationName(String)
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEjbRelationType_EjbRelationName()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='ejb-relation-name' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getEjbRelationName();
-
-    /**
-     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.EjbRelationType#getEjbRelationName <em>Ejb Relation Name</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Ejb Relation Name</em>' attribute.
-     * @see #getEjbRelationName()
-     * @generated
-     */
-    void setEjbRelationName(String value);
-
-    /**
-     * Returns the value of the '<em><b>Many To Many Table Name</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Many To Many Table Name</em>' attribute isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Many To Many Table Name</em>' attribute.
-     * @see #setManyToManyTableName(String)
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEjbRelationType_ManyToManyTableName()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='many-to-many-table-name' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getManyToManyTableName();
-
-    /**
-     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.EjbRelationType#getManyToManyTableName <em>Many To Many Table Name</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Many To Many Table Name</em>' attribute.
-     * @see #getManyToManyTableName()
-     * @generated
-     */
-    void setManyToManyTableName(String value);
-
-    /**
-     * Returns the value of the '<em><b>Ejb Relationship Role</b></em>' containment reference list.
-     * The list contents are of type {@link org.openejb.xml.ns.openejb.jar.EjbRelationshipRoleType}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Ejb Relationship Role</em>' containment reference list isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Ejb Relationship Role</em>' containment reference list.
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEjbRelationType_EjbRelationshipRole()
-     * @model type="org.openejb.xml.ns.openejb.jar.EjbRelationshipRoleType" containment="true" resolveProxies="false" required="true" upper="2"
-     *        extendedMetaData="kind='element' name='ejb-relationship-role' namespace='##targetNamespace'"
-     * @generated
-     */
-    EList getEjbRelationshipRole();
-
-} // EjbRelationType
+/**
+ * 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.openejb.xml.ns.openejb.jar;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Ejb Relation Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EjbRelationType#getEjbRelationName <em>Ejb Relation Name</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EjbRelationType#getManyToManyTableName <em>Many To Many Table Name</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EjbRelationType#getEjbRelationshipRole <em>Ejb Relationship Role</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEjbRelationType()
+ * @model extendedMetaData="name='ejb-relationType' kind='elementOnly'"
+ * @generated
+ */
+public interface EjbRelationType extends EObject {
+    /**
+     * Returns the value of the '<em><b>Ejb Relation Name</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Ejb Relation Name</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Ejb Relation Name</em>' attribute.
+     * @see #setEjbRelationName(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEjbRelationType_EjbRelationName()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='ejb-relation-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getEjbRelationName();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.EjbRelationType#getEjbRelationName <em>Ejb Relation Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Ejb Relation Name</em>' attribute.
+     * @see #getEjbRelationName()
+     * @generated
+     */
+    void setEjbRelationName(String value);
+
+    /**
+     * Returns the value of the '<em><b>Many To Many Table Name</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Many To Many Table Name</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Many To Many Table Name</em>' attribute.
+     * @see #setManyToManyTableName(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEjbRelationType_ManyToManyTableName()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='many-to-many-table-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getManyToManyTableName();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.EjbRelationType#getManyToManyTableName <em>Many To Many Table Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Many To Many Table Name</em>' attribute.
+     * @see #getManyToManyTableName()
+     * @generated
+     */
+    void setManyToManyTableName(String value);
+
+    /**
+     * Returns the value of the '<em><b>Ejb Relationship Role</b></em>' containment reference list.
+     * The list contents are of type {@link org.openejb.xml.ns.openejb.jar.EjbRelationshipRoleType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Ejb Relationship Role</em>' containment reference list isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Ejb Relationship Role</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEjbRelationType_EjbRelationshipRole()
+     * @model type="org.openejb.xml.ns.openejb.jar.EjbRelationshipRoleType" containment="true" resolveProxies="false" required="true" upper="2"
+     *        extendedMetaData="kind='element' name='ejb-relationship-role' namespace='##targetNamespace'"
+     * @generated
+     */
+    EList getEjbRelationshipRole();
+
+} // EjbRelationType

Propchange: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/EjbRelationType.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/EjbRelationshipRoleType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/EjbRelationshipRoleType.java?rev=239937&r1=239936&r2=239937&view=diff
==============================================================================
--- geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/EjbRelationshipRoleType.java (original)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/EjbRelationshipRoleType.java Wed Aug 24 14:34:34 2005
@@ -1,176 +1,176 @@
-/**
- * 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.openejb.xml.ns.openejb.jar;
-
-import org.eclipse.emf.ecore.EObject;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Ejb Relationship Role Type</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.EjbRelationshipRoleType#getEjbRelationshipRoleName <em>Ejb Relationship Role Name</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.EjbRelationshipRoleType#getRelationshipRoleSource <em>Relationship Role Source</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.EjbRelationshipRoleType#getCmrField <em>Cmr Field</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.EjbRelationshipRoleType#getForeignKeyColumnOnSource <em>Foreign Key Column On Source</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.EjbRelationshipRoleType#getRoleMapping <em>Role Mapping</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEjbRelationshipRoleType()
- * @model extendedMetaData="name='ejb-relationship-roleType' kind='elementOnly'"
- * @generated
- */
-public interface EjbRelationshipRoleType extends EObject {
-    /**
-     * Returns the value of the '<em><b>Ejb Relationship Role Name</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Ejb Relationship Role Name</em>' attribute isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Ejb Relationship Role Name</em>' attribute.
-     * @see #setEjbRelationshipRoleName(String)
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEjbRelationshipRoleType_EjbRelationshipRoleName()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='ejb-relationship-role-name' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getEjbRelationshipRoleName();
-
-    /**
-     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.EjbRelationshipRoleType#getEjbRelationshipRoleName <em>Ejb Relationship Role Name</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Ejb Relationship Role Name</em>' attribute.
-     * @see #getEjbRelationshipRoleName()
-     * @generated
-     */
-    void setEjbRelationshipRoleName(String value);
-
-    /**
-     * Returns the value of the '<em><b>Relationship Role Source</b></em>' containment reference.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Relationship Role Source</em>' containment reference isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Relationship Role Source</em>' containment reference.
-     * @see #setRelationshipRoleSource(RelationshipRoleSourceType)
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEjbRelationshipRoleType_RelationshipRoleSource()
-     * @model containment="true" resolveProxies="false" required="true"
-     *        extendedMetaData="kind='element' name='relationship-role-source' namespace='##targetNamespace'"
-     * @generated
-     */
-    RelationshipRoleSourceType getRelationshipRoleSource();
-
-    /**
-     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.EjbRelationshipRoleType#getRelationshipRoleSource <em>Relationship Role Source</em>}' containment reference.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Relationship Role Source</em>' containment reference.
-     * @see #getRelationshipRoleSource()
-     * @generated
-     */
-    void setRelationshipRoleSource(RelationshipRoleSourceType value);
-
-    /**
-     * Returns the value of the '<em><b>Cmr Field</b></em>' containment reference.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Cmr Field</em>' containment reference isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Cmr Field</em>' containment reference.
-     * @see #setCmrField(CmrFieldType)
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEjbRelationshipRoleType_CmrField()
-     * @model containment="true" resolveProxies="false"
-     *        extendedMetaData="kind='element' name='cmr-field' namespace='##targetNamespace'"
-     * @generated
-     */
-    CmrFieldType getCmrField();
-
-    /**
-     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.EjbRelationshipRoleType#getCmrField <em>Cmr Field</em>}' containment reference.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Cmr Field</em>' containment reference.
-     * @see #getCmrField()
-     * @generated
-     */
-    void setCmrField(CmrFieldType value);
-
-    /**
-     * Returns the value of the '<em><b>Foreign Key Column On Source</b></em>' containment reference.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Foreign Key Column On Source</em>' containment reference isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Foreign Key Column On Source</em>' containment reference.
-     * @see #setForeignKeyColumnOnSource(EObject)
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEjbRelationshipRoleType_ForeignKeyColumnOnSource()
-     * @model containment="true" resolveProxies="false"
-     *        extendedMetaData="kind='element' name='foreign-key-column-on-source' namespace='##targetNamespace'"
-     * @generated
-     */
-    EObject getForeignKeyColumnOnSource();
-
-    /**
-     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.EjbRelationshipRoleType#getForeignKeyColumnOnSource <em>Foreign Key Column On Source</em>}' containment reference.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Foreign Key Column On Source</em>' containment reference.
-     * @see #getForeignKeyColumnOnSource()
-     * @generated
-     */
-    void setForeignKeyColumnOnSource(EObject value);
-
-    /**
-     * Returns the value of the '<em><b>Role Mapping</b></em>' containment reference.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Role Mapping</em>' containment reference isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Role Mapping</em>' containment reference.
-     * @see #setRoleMapping(RoleMappingType)
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEjbRelationshipRoleType_RoleMapping()
-     * @model containment="true" resolveProxies="false" required="true"
-     *        extendedMetaData="kind='element' name='role-mapping' namespace='##targetNamespace'"
-     * @generated
-     */
-    RoleMappingType getRoleMapping();
-
-    /**
-     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.EjbRelationshipRoleType#getRoleMapping <em>Role Mapping</em>}' containment reference.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Role Mapping</em>' containment reference.
-     * @see #getRoleMapping()
-     * @generated
-     */
-    void setRoleMapping(RoleMappingType value);
-
-} // EjbRelationshipRoleType
+/**
+ * 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.openejb.xml.ns.openejb.jar;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Ejb Relationship Role Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EjbRelationshipRoleType#getEjbRelationshipRoleName <em>Ejb Relationship Role Name</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EjbRelationshipRoleType#getRelationshipRoleSource <em>Relationship Role Source</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EjbRelationshipRoleType#getCmrField <em>Cmr Field</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EjbRelationshipRoleType#getForeignKeyColumnOnSource <em>Foreign Key Column On Source</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EjbRelationshipRoleType#getRoleMapping <em>Role Mapping</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEjbRelationshipRoleType()
+ * @model extendedMetaData="name='ejb-relationship-roleType' kind='elementOnly'"
+ * @generated
+ */
+public interface EjbRelationshipRoleType extends EObject {
+    /**
+     * Returns the value of the '<em><b>Ejb Relationship Role Name</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Ejb Relationship Role Name</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Ejb Relationship Role Name</em>' attribute.
+     * @see #setEjbRelationshipRoleName(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEjbRelationshipRoleType_EjbRelationshipRoleName()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='ejb-relationship-role-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getEjbRelationshipRoleName();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.EjbRelationshipRoleType#getEjbRelationshipRoleName <em>Ejb Relationship Role Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Ejb Relationship Role Name</em>' attribute.
+     * @see #getEjbRelationshipRoleName()
+     * @generated
+     */
+    void setEjbRelationshipRoleName(String value);
+
+    /**
+     * Returns the value of the '<em><b>Relationship Role Source</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Relationship Role Source</em>' containment reference isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Relationship Role Source</em>' containment reference.
+     * @see #setRelationshipRoleSource(RelationshipRoleSourceType)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEjbRelationshipRoleType_RelationshipRoleSource()
+     * @model containment="true" resolveProxies="false" required="true"
+     *        extendedMetaData="kind='element' name='relationship-role-source' namespace='##targetNamespace'"
+     * @generated
+     */
+    RelationshipRoleSourceType getRelationshipRoleSource();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.EjbRelationshipRoleType#getRelationshipRoleSource <em>Relationship Role Source</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Relationship Role Source</em>' containment reference.
+     * @see #getRelationshipRoleSource()
+     * @generated
+     */
+    void setRelationshipRoleSource(RelationshipRoleSourceType value);
+
+    /**
+     * Returns the value of the '<em><b>Cmr Field</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Cmr Field</em>' containment reference isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Cmr Field</em>' containment reference.
+     * @see #setCmrField(CmrFieldType)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEjbRelationshipRoleType_CmrField()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='cmr-field' namespace='##targetNamespace'"
+     * @generated
+     */
+    CmrFieldType getCmrField();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.EjbRelationshipRoleType#getCmrField <em>Cmr Field</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Cmr Field</em>' containment reference.
+     * @see #getCmrField()
+     * @generated
+     */
+    void setCmrField(CmrFieldType value);
+
+    /**
+     * Returns the value of the '<em><b>Foreign Key Column On Source</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Foreign Key Column On Source</em>' containment reference isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Foreign Key Column On Source</em>' containment reference.
+     * @see #setForeignKeyColumnOnSource(EObject)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEjbRelationshipRoleType_ForeignKeyColumnOnSource()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='foreign-key-column-on-source' namespace='##targetNamespace'"
+     * @generated
+     */
+    EObject getForeignKeyColumnOnSource();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.EjbRelationshipRoleType#getForeignKeyColumnOnSource <em>Foreign Key Column On Source</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Foreign Key Column On Source</em>' containment reference.
+     * @see #getForeignKeyColumnOnSource()
+     * @generated
+     */
+    void setForeignKeyColumnOnSource(EObject value);
+
+    /**
+     * Returns the value of the '<em><b>Role Mapping</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Role Mapping</em>' containment reference isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Role Mapping</em>' containment reference.
+     * @see #setRoleMapping(RoleMappingType)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEjbRelationshipRoleType_RoleMapping()
+     * @model containment="true" resolveProxies="false" required="true"
+     *        extendedMetaData="kind='element' name='role-mapping' namespace='##targetNamespace'"
+     * @generated
+     */
+    RoleMappingType getRoleMapping();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.EjbRelationshipRoleType#getRoleMapping <em>Role Mapping</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Role Mapping</em>' containment reference.
+     * @see #getRoleMapping()
+     * @generated
+     */
+    void setRoleMapping(RoleMappingType value);
+
+} // EjbRelationshipRoleType

Propchange: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/EjbRelationshipRoleType.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/EnterpriseBeansType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/EnterpriseBeansType.java?rev=239937&r1=239936&r2=239937&view=diff
==============================================================================
--- geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/EnterpriseBeansType.java (original)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/EnterpriseBeansType.java Wed Aug 24 14:34:34 2005
@@ -1,112 +1,112 @@
-/**
- * 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.openejb.xml.ns.openejb.jar;
-
-import org.eclipse.emf.common.util.EList;
-
-import org.eclipse.emf.ecore.EObject;
-
-import org.eclipse.emf.ecore.util.FeatureMap;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Enterprise Beans Type</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.EnterpriseBeansType#getGroup <em>Group</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.EnterpriseBeansType#getSession <em>Session</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.EnterpriseBeansType#getEntity <em>Entity</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.EnterpriseBeansType#getMessageDriven <em>Message Driven</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEnterpriseBeansType()
- * @model extendedMetaData="name='enterprise-beans_._type' kind='elementOnly'"
- * @generated
- */
-public interface EnterpriseBeansType extends EObject {
-    /**
-     * Returns the value of the '<em><b>Group</b></em>' attribute list.
-     * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Group</em>' attribute list isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Group</em>' attribute list.
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEnterpriseBeansType_Group()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true"
-     *        extendedMetaData="kind='group' name='group:0'"
-     * @generated
-     */
-    FeatureMap getGroup();
-
-    /**
-     * Returns the value of the '<em><b>Session</b></em>' containment reference list.
-     * The list contents are of type {@link org.openejb.xml.ns.openejb.jar.SessionBeanType}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Session</em>' containment reference list isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Session</em>' containment reference list.
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEnterpriseBeansType_Session()
-     * @model type="org.openejb.xml.ns.openejb.jar.SessionBeanType" containment="true" resolveProxies="false" transient="true" volatile="true" derived="true"
-     *        extendedMetaData="kind='element' name='session' namespace='##targetNamespace' group='#group:0'"
-     * @generated
-     */
-    EList getSession();
-
-    /**
-     * Returns the value of the '<em><b>Entity</b></em>' containment reference list.
-     * The list contents are of type {@link org.openejb.xml.ns.openejb.jar.EntityBeanType}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Entity</em>' containment reference list isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Entity</em>' containment reference list.
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEnterpriseBeansType_Entity()
-     * @model type="org.openejb.xml.ns.openejb.jar.EntityBeanType" containment="true" resolveProxies="false" transient="true" volatile="true" derived="true"
-     *        extendedMetaData="kind='element' name='entity' namespace='##targetNamespace' group='#group:0'"
-     * @generated
-     */
-    EList getEntity();
-
-    /**
-     * Returns the value of the '<em><b>Message Driven</b></em>' containment reference list.
-     * The list contents are of type {@link org.openejb.xml.ns.openejb.jar.MessageDrivenBeanType}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Message Driven</em>' containment reference list isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Message Driven</em>' containment reference list.
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEnterpriseBeansType_MessageDriven()
-     * @model type="org.openejb.xml.ns.openejb.jar.MessageDrivenBeanType" containment="true" resolveProxies="false" transient="true" volatile="true" derived="true"
-     *        extendedMetaData="kind='element' name='message-driven' namespace='##targetNamespace' group='#group:0'"
-     * @generated
-     */
-    EList getMessageDriven();
-
-} // EnterpriseBeansType
+/**
+ * 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.openejb.xml.ns.openejb.jar;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.emf.ecore.EObject;
+
+import org.eclipse.emf.ecore.util.FeatureMap;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Enterprise Beans Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EnterpriseBeansType#getGroup <em>Group</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EnterpriseBeansType#getSession <em>Session</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EnterpriseBeansType#getEntity <em>Entity</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EnterpriseBeansType#getMessageDriven <em>Message Driven</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEnterpriseBeansType()
+ * @model extendedMetaData="name='enterprise-beans_._type' kind='elementOnly'"
+ * @generated
+ */
+public interface EnterpriseBeansType extends EObject {
+    /**
+     * Returns the value of the '<em><b>Group</b></em>' attribute list.
+     * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Group</em>' attribute list isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Group</em>' attribute list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEnterpriseBeansType_Group()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true"
+     *        extendedMetaData="kind='group' name='group:0'"
+     * @generated
+     */
+    FeatureMap getGroup();
+
+    /**
+     * Returns the value of the '<em><b>Session</b></em>' containment reference list.
+     * The list contents are of type {@link org.openejb.xml.ns.openejb.jar.SessionBeanType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Session</em>' containment reference list isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Session</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEnterpriseBeansType_Session()
+     * @model type="org.openejb.xml.ns.openejb.jar.SessionBeanType" containment="true" resolveProxies="false" transient="true" volatile="true" derived="true"
+     *        extendedMetaData="kind='element' name='session' namespace='##targetNamespace' group='#group:0'"
+     * @generated
+     */
+    EList getSession();
+
+    /**
+     * Returns the value of the '<em><b>Entity</b></em>' containment reference list.
+     * The list contents are of type {@link org.openejb.xml.ns.openejb.jar.EntityBeanType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Entity</em>' containment reference list isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Entity</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEnterpriseBeansType_Entity()
+     * @model type="org.openejb.xml.ns.openejb.jar.EntityBeanType" containment="true" resolveProxies="false" transient="true" volatile="true" derived="true"
+     *        extendedMetaData="kind='element' name='entity' namespace='##targetNamespace' group='#group:0'"
+     * @generated
+     */
+    EList getEntity();
+
+    /**
+     * Returns the value of the '<em><b>Message Driven</b></em>' containment reference list.
+     * The list contents are of type {@link org.openejb.xml.ns.openejb.jar.MessageDrivenBeanType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Message Driven</em>' containment reference list isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Message Driven</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEnterpriseBeansType_MessageDriven()
+     * @model type="org.openejb.xml.ns.openejb.jar.MessageDrivenBeanType" containment="true" resolveProxies="false" transient="true" volatile="true" derived="true"
+     *        extendedMetaData="kind='element' name='message-driven' namespace='##targetNamespace' group='#group:0'"
+     * @generated
+     */
+    EList getMessageDriven();
+
+} // EnterpriseBeansType

Propchange: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/EnterpriseBeansType.java
------------------------------------------------------------------------------
    svn:eol-style = native