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 [51/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/QueryType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/QueryType.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/QueryType.java (original)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/QueryType.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>Query Type</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.QueryType#getQueryMethod <em>Query Method</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.QueryType#getResultTypeMapping <em>Result Type Mapping</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.QueryType#getEjbQl <em>Ejb Ql</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.QueryType#getNoCacheFlush <em>No Cache Flush</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.QueryType#getGroupName <em>Group Name</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.openejb.xml.ns.openejb.jar.JarPackage#getQueryType()
- * @model extendedMetaData="name='queryType' kind='elementOnly'"
- * @generated
- */
-public interface QueryType extends EObject {
-    /**
-     * Returns the value of the '<em><b>Query Method</b></em>' containment reference.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Query Method</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>Query Method</em>' containment reference.
-     * @see #setQueryMethod(QueryMethodType)
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getQueryType_QueryMethod()
-     * @model containment="true" resolveProxies="false" required="true"
-     *        extendedMetaData="kind='element' name='query-method' namespace='##targetNamespace'"
-     * @generated
-     */
-    QueryMethodType getQueryMethod();
-
-    /**
-     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.QueryType#getQueryMethod <em>Query Method</em>}' containment reference.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Query Method</em>' containment reference.
-     * @see #getQueryMethod()
-     * @generated
-     */
-    void setQueryMethod(QueryMethodType value);
-
-    /**
-     * Returns the value of the '<em><b>Result Type Mapping</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Result Type Mapping</em>' attribute isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Result Type Mapping</em>' attribute.
-     * @see #setResultTypeMapping(String)
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getQueryType_ResultTypeMapping()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='result-type-mapping' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getResultTypeMapping();
-
-    /**
-     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.QueryType#getResultTypeMapping <em>Result Type Mapping</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Result Type Mapping</em>' attribute.
-     * @see #getResultTypeMapping()
-     * @generated
-     */
-    void setResultTypeMapping(String value);
-
-    /**
-     * Returns the value of the '<em><b>Ejb Ql</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Ejb Ql</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 Ql</em>' attribute.
-     * @see #setEjbQl(String)
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getQueryType_EjbQl()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='ejb-ql' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getEjbQl();
-
-    /**
-     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.QueryType#getEjbQl <em>Ejb Ql</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Ejb Ql</em>' attribute.
-     * @see #getEjbQl()
-     * @generated
-     */
-    void setEjbQl(String value);
-
-    /**
-     * Returns the value of the '<em><b>No Cache Flush</b></em>' containment reference.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>No Cache Flush</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>No Cache Flush</em>' containment reference.
-     * @see #setNoCacheFlush(EObject)
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getQueryType_NoCacheFlush()
-     * @model containment="true" resolveProxies="false"
-     *        extendedMetaData="kind='element' name='no-cache-flush' namespace='##targetNamespace'"
-     * @generated
-     */
-    EObject getNoCacheFlush();
-
-    /**
-     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.QueryType#getNoCacheFlush <em>No Cache Flush</em>}' containment reference.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>No Cache Flush</em>' containment reference.
-     * @see #getNoCacheFlush()
-     * @generated
-     */
-    void setNoCacheFlush(EObject 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#getQueryType_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.QueryType#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);
-
-} // QueryType
+/**
+ * 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>Query Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.QueryType#getQueryMethod <em>Query Method</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.QueryType#getResultTypeMapping <em>Result Type Mapping</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.QueryType#getEjbQl <em>Ejb Ql</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.QueryType#getNoCacheFlush <em>No Cache Flush</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.QueryType#getGroupName <em>Group Name</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.openejb.xml.ns.openejb.jar.JarPackage#getQueryType()
+ * @model extendedMetaData="name='queryType' kind='elementOnly'"
+ * @generated
+ */
+public interface QueryType extends EObject {
+    /**
+     * Returns the value of the '<em><b>Query Method</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Query Method</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>Query Method</em>' containment reference.
+     * @see #setQueryMethod(QueryMethodType)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getQueryType_QueryMethod()
+     * @model containment="true" resolveProxies="false" required="true"
+     *        extendedMetaData="kind='element' name='query-method' namespace='##targetNamespace'"
+     * @generated
+     */
+    QueryMethodType getQueryMethod();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.QueryType#getQueryMethod <em>Query Method</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Query Method</em>' containment reference.
+     * @see #getQueryMethod()
+     * @generated
+     */
+    void setQueryMethod(QueryMethodType value);
+
+    /**
+     * Returns the value of the '<em><b>Result Type Mapping</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Result Type Mapping</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Result Type Mapping</em>' attribute.
+     * @see #setResultTypeMapping(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getQueryType_ResultTypeMapping()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='result-type-mapping' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getResultTypeMapping();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.QueryType#getResultTypeMapping <em>Result Type Mapping</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Result Type Mapping</em>' attribute.
+     * @see #getResultTypeMapping()
+     * @generated
+     */
+    void setResultTypeMapping(String value);
+
+    /**
+     * Returns the value of the '<em><b>Ejb Ql</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Ejb Ql</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 Ql</em>' attribute.
+     * @see #setEjbQl(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getQueryType_EjbQl()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='ejb-ql' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getEjbQl();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.QueryType#getEjbQl <em>Ejb Ql</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Ejb Ql</em>' attribute.
+     * @see #getEjbQl()
+     * @generated
+     */
+    void setEjbQl(String value);
+
+    /**
+     * Returns the value of the '<em><b>No Cache Flush</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>No Cache Flush</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>No Cache Flush</em>' containment reference.
+     * @see #setNoCacheFlush(EObject)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getQueryType_NoCacheFlush()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='no-cache-flush' namespace='##targetNamespace'"
+     * @generated
+     */
+    EObject getNoCacheFlush();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.QueryType#getNoCacheFlush <em>No Cache Flush</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>No Cache Flush</em>' containment reference.
+     * @see #getNoCacheFlush()
+     * @generated
+     */
+    void setNoCacheFlush(EObject 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#getQueryType_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.QueryType#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);
+
+} // QueryType

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

Modified: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/RelationshipRoleSourceType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/RelationshipRoleSourceType.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/RelationshipRoleSourceType.java (original)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/RelationshipRoleSourceType.java Wed Aug 24 14:34:34 2005
@@ -1,64 +1,64 @@
-/**
- * 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>Relationship Role Source Type</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.RelationshipRoleSourceType#getEjbName <em>Ejb Name</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.openejb.xml.ns.openejb.jar.JarPackage#getRelationshipRoleSourceType()
- * @model extendedMetaData="name='relationship-role-source_._type' kind='elementOnly'"
- * @generated
- */
-public interface RelationshipRoleSourceType extends EObject {
-    /**
-     * Returns the value of the '<em><b>Ejb Name</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Ejb 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 Name</em>' attribute.
-     * @see #setEjbName(String)
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getRelationshipRoleSourceType_EjbName()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
-     *        extendedMetaData="kind='element' name='ejb-name' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getEjbName();
-
-    /**
-     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.RelationshipRoleSourceType#getEjbName <em>Ejb Name</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Ejb Name</em>' attribute.
-     * @see #getEjbName()
-     * @generated
-     */
-    void setEjbName(String value);
-
-} // RelationshipRoleSourceType
+/**
+ * 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>Relationship Role Source Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.RelationshipRoleSourceType#getEjbName <em>Ejb Name</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.openejb.xml.ns.openejb.jar.JarPackage#getRelationshipRoleSourceType()
+ * @model extendedMetaData="name='relationship-role-source_._type' kind='elementOnly'"
+ * @generated
+ */
+public interface RelationshipRoleSourceType extends EObject {
+    /**
+     * Returns the value of the '<em><b>Ejb Name</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Ejb 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 Name</em>' attribute.
+     * @see #setEjbName(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getRelationshipRoleSourceType_EjbName()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
+     *        extendedMetaData="kind='element' name='ejb-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getEjbName();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.RelationshipRoleSourceType#getEjbName <em>Ejb Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Ejb Name</em>' attribute.
+     * @see #getEjbName()
+     * @generated
+     */
+    void setEjbName(String value);
+
+} // RelationshipRoleSourceType

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

Modified: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/RelationshipsType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/RelationshipsType.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/RelationshipsType.java (original)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/RelationshipsType.java Wed Aug 24 14:34:34 2005
@@ -1,56 +1,56 @@
-/**
- * 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>Relationships Type</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.RelationshipsType#getEjbRelation <em>Ejb Relation</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.openejb.xml.ns.openejb.jar.JarPackage#getRelationshipsType()
- * @model extendedMetaData="name='relationshipsType' kind='elementOnly'"
- * @generated
- */
-public interface RelationshipsType extends EObject {
-    /**
-     * Returns the value of the '<em><b>Ejb Relation</b></em>' containment reference list.
-     * The list contents are of type {@link org.openejb.xml.ns.openejb.jar.EjbRelationType}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Ejb Relation</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 Relation</em>' containment reference list.
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getRelationshipsType_EjbRelation()
-     * @model type="org.openejb.xml.ns.openejb.jar.EjbRelationType" containment="true" resolveProxies="false" required="true"
-     *        extendedMetaData="kind='element' name='ejb-relation' namespace='##targetNamespace'"
-     * @generated
-     */
-    EList getEjbRelation();
-
-} // RelationshipsType
+/**
+ * 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>Relationships Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.RelationshipsType#getEjbRelation <em>Ejb Relation</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.openejb.xml.ns.openejb.jar.JarPackage#getRelationshipsType()
+ * @model extendedMetaData="name='relationshipsType' kind='elementOnly'"
+ * @generated
+ */
+public interface RelationshipsType extends EObject {
+    /**
+     * Returns the value of the '<em><b>Ejb Relation</b></em>' containment reference list.
+     * The list contents are of type {@link org.openejb.xml.ns.openejb.jar.EjbRelationType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Ejb Relation</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 Relation</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getRelationshipsType_EjbRelation()
+     * @model type="org.openejb.xml.ns.openejb.jar.EjbRelationType" containment="true" resolveProxies="false" required="true"
+     *        extendedMetaData="kind='element' name='ejb-relation' namespace='##targetNamespace'"
+     * @generated
+     */
+    EList getEjbRelation();
+
+} // RelationshipsType

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

Modified: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/RoleMappingType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/RoleMappingType.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/RoleMappingType.java (original)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/RoleMappingType.java Wed Aug 24 14:34:34 2005
@@ -1,56 +1,56 @@
-/**
- * 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>Role Mapping Type</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.RoleMappingType#getCmrFieldMapping <em>Cmr Field Mapping</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.openejb.xml.ns.openejb.jar.JarPackage#getRoleMappingType()
- * @model extendedMetaData="name='role-mapping_._type' kind='elementOnly'"
- * @generated
- */
-public interface RoleMappingType extends EObject {
-    /**
-     * Returns the value of the '<em><b>Cmr Field Mapping</b></em>' containment reference list.
-     * The list contents are of type {@link org.openejb.xml.ns.openejb.jar.CmrFieldMappingType}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Cmr Field Mapping</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>Cmr Field Mapping</em>' containment reference list.
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getRoleMappingType_CmrFieldMapping()
-     * @model type="org.openejb.xml.ns.openejb.jar.CmrFieldMappingType" containment="true" resolveProxies="false" required="true"
-     *        extendedMetaData="kind='element' name='cmr-field-mapping' namespace='##targetNamespace'"
-     * @generated
-     */
-    EList getCmrFieldMapping();
-
-} // RoleMappingType
+/**
+ * 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>Role Mapping Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.RoleMappingType#getCmrFieldMapping <em>Cmr Field Mapping</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.openejb.xml.ns.openejb.jar.JarPackage#getRoleMappingType()
+ * @model extendedMetaData="name='role-mapping_._type' kind='elementOnly'"
+ * @generated
+ */
+public interface RoleMappingType extends EObject {
+    /**
+     * Returns the value of the '<em><b>Cmr Field Mapping</b></em>' containment reference list.
+     * The list contents are of type {@link org.openejb.xml.ns.openejb.jar.CmrFieldMappingType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Cmr Field Mapping</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>Cmr Field Mapping</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getRoleMappingType_CmrFieldMapping()
+     * @model type="org.openejb.xml.ns.openejb.jar.CmrFieldMappingType" containment="true" resolveProxies="false" required="true"
+     *        extendedMetaData="kind='element' name='cmr-field-mapping' namespace='##targetNamespace'"
+     * @generated
+     */
+    EList getCmrFieldMapping();
+
+} // RoleMappingType

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

Modified: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/SessionBeanType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/SessionBeanType.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/SessionBeanType.java (original)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/SessionBeanType.java Wed Aug 24 14:34:34 2005
@@ -1,360 +1,360 @@
-/**
- * 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>Session Bean Type</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getEjbName <em>Ejb Name</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getJndiName <em>Jndi Name</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getLocalJndiName <em>Local Jndi Name</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getTssTargetName <em>Tss Target Name</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getTssLink <em>Tss Link</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getTss <em>Tss</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getEjbRef <em>Ejb Ref</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getEjbLocalRef <em>Ejb Local Ref</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getServiceRef <em>Service Ref</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getResourceRef <em>Resource Ref</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getResourceEnvRef <em>Resource Env Ref</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getWebServiceAddress <em>Web Service Address</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getWebServiceSecurity <em>Web Service Security</em>}</li>
- *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getId <em>Id</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType()
- * @model extendedMetaData="name='session-beanType' kind='elementOnly'"
- * @generated
- */
-public interface SessionBeanType extends EObject {
-    /**
-     * Returns the value of the '<em><b>Ejb Name</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Ejb 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 Name</em>' attribute.
-     * @see #setEjbName(String)
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_EjbName()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
-     *        extendedMetaData="kind='element' name='ejb-name' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getEjbName();
-
-    /**
-     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getEjbName <em>Ejb Name</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Ejb Name</em>' attribute.
-     * @see #getEjbName()
-     * @generated
-     */
-    void setEjbName(String value);
-
-    /**
-     * Returns the value of the '<em><b>Jndi Name</b></em>' attribute list.
-     * The list contents are of type {@link java.lang.String}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Jndi Name</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>Jndi Name</em>' attribute list.
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_JndiName()
-     * @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='jndi-name' namespace='##targetNamespace'"
-     * @generated
-     */
-    EList getJndiName();
-
-    /**
-     * Returns the value of the '<em><b>Local Jndi Name</b></em>' attribute list.
-     * The list contents are of type {@link java.lang.String}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Local Jndi Name</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>Local Jndi Name</em>' attribute list.
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_LocalJndiName()
-     * @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='local-jndi-name' namespace='##targetNamespace'"
-     * @generated
-     */
-    EList getLocalJndiName();
-
-    /**
-     * Returns the value of the '<em><b>Tss Target Name</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Tss Target 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>Tss Target Name</em>' attribute.
-     * @see #setTssTargetName(String)
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_TssTargetName()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='tss-target-name' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getTssTargetName();
-
-    /**
-     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getTssTargetName <em>Tss Target Name</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Tss Target Name</em>' attribute.
-     * @see #getTssTargetName()
-     * @generated
-     */
-    void setTssTargetName(String value);
-
-    /**
-     * Returns the value of the '<em><b>Tss Link</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Tss Link</em>' attribute isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Tss Link</em>' attribute.
-     * @see #setTssLink(String)
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_TssLink()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='tss-link' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getTssLink();
-
-    /**
-     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getTssLink <em>Tss Link</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Tss Link</em>' attribute.
-     * @see #getTssLink()
-     * @generated
-     */
-    void setTssLink(String value);
-
-    /**
-     * Returns the value of the '<em><b>Tss</b></em>' containment reference.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Tss</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>Tss</em>' containment reference.
-     * @see #setTss(TssType)
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_Tss()
-     * @model containment="true" resolveProxies="false"
-     *        extendedMetaData="kind='element' name='tss' namespace='##targetNamespace'"
-     * @generated
-     */
-    TssType getTss();
-
-    /**
-     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getTss <em>Tss</em>}' containment reference.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Tss</em>' containment reference.
-     * @see #getTss()
-     * @generated
-     */
-    void setTss(TssType value);
-
-    /**
-     * Returns the value of the '<em><b>Ejb Ref</b></em>' containment reference list.
-     * The list contents are of type {@link org.apache.geronimo.xml.ns.naming.EjbRefType}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Ejb Ref</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 Ref</em>' containment reference list.
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_EjbRef()
-     * @model type="org.apache.geronimo.xml.ns.naming.EjbRefType" containment="true" resolveProxies="false"
-     *        extendedMetaData="kind='element' name='ejb-ref' namespace='http://geronimo.apache.org/xml/ns/naming'"
-     * @generated
-     */
-    EList getEjbRef();
-
-    /**
-     * Returns the value of the '<em><b>Ejb Local Ref</b></em>' containment reference list.
-     * The list contents are of type {@link org.apache.geronimo.xml.ns.naming.EjbLocalRefType}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Ejb Local Ref</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 Local Ref</em>' containment reference list.
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_EjbLocalRef()
-     * @model type="org.apache.geronimo.xml.ns.naming.EjbLocalRefType" containment="true" resolveProxies="false"
-     *        extendedMetaData="kind='element' name='ejb-local-ref' namespace='http://geronimo.apache.org/xml/ns/naming'"
-     * @generated
-     */
-    EList getEjbLocalRef();
-
-    /**
-     * Returns the value of the '<em><b>Service Ref</b></em>' containment reference list.
-     * The list contents are of type {@link org.apache.geronimo.xml.ns.naming.ServiceRefType}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Service Ref</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>Service Ref</em>' containment reference list.
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_ServiceRef()
-     * @model type="org.apache.geronimo.xml.ns.naming.ServiceRefType" containment="true" resolveProxies="false"
-     *        extendedMetaData="kind='element' name='service-ref' namespace='http://geronimo.apache.org/xml/ns/naming'"
-     * @generated
-     */
-    EList getServiceRef();
-
-    /**
-     * Returns the value of the '<em><b>Resource Ref</b></em>' containment reference list.
-     * The list contents are of type {@link org.apache.geronimo.xml.ns.naming.ResourceRefType}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Resource Ref</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>Resource Ref</em>' containment reference list.
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_ResourceRef()
-     * @model type="org.apache.geronimo.xml.ns.naming.ResourceRefType" containment="true" resolveProxies="false"
-     *        extendedMetaData="kind='element' name='resource-ref' namespace='http://geronimo.apache.org/xml/ns/naming'"
-     * @generated
-     */
-    EList getResourceRef();
-
-    /**
-     * Returns the value of the '<em><b>Resource Env Ref</b></em>' containment reference list.
-     * The list contents are of type {@link org.apache.geronimo.xml.ns.naming.ResourceEnvRefType}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Resource Env Ref</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>Resource Env Ref</em>' containment reference list.
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_ResourceEnvRef()
-     * @model type="org.apache.geronimo.xml.ns.naming.ResourceEnvRefType" containment="true" resolveProxies="false"
-     *        extendedMetaData="kind='element' name='resource-env-ref' namespace='http://geronimo.apache.org/xml/ns/naming'"
-     * @generated
-     */
-    EList getResourceEnvRef();
-
-    /**
-     * Returns the value of the '<em><b>Web Service Address</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Web Service Address</em>' attribute isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Web Service Address</em>' attribute.
-     * @see #setWebServiceAddress(String)
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_WebServiceAddress()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
-     *        extendedMetaData="kind='element' name='web-service-address' namespace='##targetNamespace'"
-     * @generated
-     */
-    String getWebServiceAddress();
-
-    /**
-     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getWebServiceAddress <em>Web Service Address</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Web Service Address</em>' attribute.
-     * @see #getWebServiceAddress()
-     * @generated
-     */
-    void setWebServiceAddress(String value);
-
-    /**
-     * Returns the value of the '<em><b>Web Service Security</b></em>' containment reference.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Web Service Security</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>Web Service Security</em>' containment reference.
-     * @see #setWebServiceSecurity(WebServiceSecurityType)
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_WebServiceSecurity()
-     * @model containment="true" resolveProxies="false"
-     *        extendedMetaData="kind='element' name='web-service-security' namespace='##targetNamespace'"
-     * @generated
-     */
-    WebServiceSecurityType getWebServiceSecurity();
-
-    /**
-     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getWebServiceSecurity <em>Web Service Security</em>}' containment reference.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Web Service Security</em>' containment reference.
-     * @see #getWebServiceSecurity()
-     * @generated
-     */
-    void setWebServiceSecurity(WebServiceSecurityType value);
-
-    /**
-     * Returns the value of the '<em><b>Id</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Id</em>' attribute isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Id</em>' attribute.
-     * @see #setId(String)
-     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_Id()
-     * @model unique="false" id="true" dataType="org.eclipse.emf.ecore.xml.type.ID"
-     *        extendedMetaData="kind='attribute' name='id'"
-     * @generated
-     */
-    String getId();
-
-    /**
-     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getId <em>Id</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Id</em>' attribute.
-     * @see #getId()
-     * @generated
-     */
-    void setId(String value);
-
-} // SessionBeanType
+/**
+ * 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>Session Bean Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getEjbName <em>Ejb Name</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getJndiName <em>Jndi Name</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getLocalJndiName <em>Local Jndi Name</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getTssTargetName <em>Tss Target Name</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getTssLink <em>Tss Link</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getTss <em>Tss</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getEjbRef <em>Ejb Ref</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getEjbLocalRef <em>Ejb Local Ref</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getServiceRef <em>Service Ref</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getResourceRef <em>Resource Ref</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getResourceEnvRef <em>Resource Env Ref</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getWebServiceAddress <em>Web Service Address</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getWebServiceSecurity <em>Web Service Security</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getId <em>Id</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType()
+ * @model extendedMetaData="name='session-beanType' kind='elementOnly'"
+ * @generated
+ */
+public interface SessionBeanType extends EObject {
+    /**
+     * Returns the value of the '<em><b>Ejb Name</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Ejb 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 Name</em>' attribute.
+     * @see #setEjbName(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_EjbName()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
+     *        extendedMetaData="kind='element' name='ejb-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getEjbName();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getEjbName <em>Ejb Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Ejb Name</em>' attribute.
+     * @see #getEjbName()
+     * @generated
+     */
+    void setEjbName(String value);
+
+    /**
+     * Returns the value of the '<em><b>Jndi Name</b></em>' attribute list.
+     * The list contents are of type {@link java.lang.String}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Jndi Name</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>Jndi Name</em>' attribute list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_JndiName()
+     * @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='jndi-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    EList getJndiName();
+
+    /**
+     * Returns the value of the '<em><b>Local Jndi Name</b></em>' attribute list.
+     * The list contents are of type {@link java.lang.String}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Local Jndi Name</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>Local Jndi Name</em>' attribute list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_LocalJndiName()
+     * @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='local-jndi-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    EList getLocalJndiName();
+
+    /**
+     * Returns the value of the '<em><b>Tss Target Name</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Tss Target 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>Tss Target Name</em>' attribute.
+     * @see #setTssTargetName(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_TssTargetName()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='tss-target-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getTssTargetName();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getTssTargetName <em>Tss Target Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Tss Target Name</em>' attribute.
+     * @see #getTssTargetName()
+     * @generated
+     */
+    void setTssTargetName(String value);
+
+    /**
+     * Returns the value of the '<em><b>Tss Link</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Tss Link</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Tss Link</em>' attribute.
+     * @see #setTssLink(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_TssLink()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='tss-link' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getTssLink();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getTssLink <em>Tss Link</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Tss Link</em>' attribute.
+     * @see #getTssLink()
+     * @generated
+     */
+    void setTssLink(String value);
+
+    /**
+     * Returns the value of the '<em><b>Tss</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Tss</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>Tss</em>' containment reference.
+     * @see #setTss(TssType)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_Tss()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='tss' namespace='##targetNamespace'"
+     * @generated
+     */
+    TssType getTss();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getTss <em>Tss</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Tss</em>' containment reference.
+     * @see #getTss()
+     * @generated
+     */
+    void setTss(TssType value);
+
+    /**
+     * Returns the value of the '<em><b>Ejb Ref</b></em>' containment reference list.
+     * The list contents are of type {@link org.apache.geronimo.xml.ns.naming.EjbRefType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Ejb Ref</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 Ref</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_EjbRef()
+     * @model type="org.apache.geronimo.xml.ns.naming.EjbRefType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='ejb-ref' namespace='http://geronimo.apache.org/xml/ns/naming'"
+     * @generated
+     */
+    EList getEjbRef();
+
+    /**
+     * Returns the value of the '<em><b>Ejb Local Ref</b></em>' containment reference list.
+     * The list contents are of type {@link org.apache.geronimo.xml.ns.naming.EjbLocalRefType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Ejb Local Ref</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 Local Ref</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_EjbLocalRef()
+     * @model type="org.apache.geronimo.xml.ns.naming.EjbLocalRefType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='ejb-local-ref' namespace='http://geronimo.apache.org/xml/ns/naming'"
+     * @generated
+     */
+    EList getEjbLocalRef();
+
+    /**
+     * Returns the value of the '<em><b>Service Ref</b></em>' containment reference list.
+     * The list contents are of type {@link org.apache.geronimo.xml.ns.naming.ServiceRefType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Service Ref</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>Service Ref</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_ServiceRef()
+     * @model type="org.apache.geronimo.xml.ns.naming.ServiceRefType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='service-ref' namespace='http://geronimo.apache.org/xml/ns/naming'"
+     * @generated
+     */
+    EList getServiceRef();
+
+    /**
+     * Returns the value of the '<em><b>Resource Ref</b></em>' containment reference list.
+     * The list contents are of type {@link org.apache.geronimo.xml.ns.naming.ResourceRefType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Resource Ref</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>Resource Ref</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_ResourceRef()
+     * @model type="org.apache.geronimo.xml.ns.naming.ResourceRefType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='resource-ref' namespace='http://geronimo.apache.org/xml/ns/naming'"
+     * @generated
+     */
+    EList getResourceRef();
+
+    /**
+     * Returns the value of the '<em><b>Resource Env Ref</b></em>' containment reference list.
+     * The list contents are of type {@link org.apache.geronimo.xml.ns.naming.ResourceEnvRefType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Resource Env Ref</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>Resource Env Ref</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_ResourceEnvRef()
+     * @model type="org.apache.geronimo.xml.ns.naming.ResourceEnvRefType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='resource-env-ref' namespace='http://geronimo.apache.org/xml/ns/naming'"
+     * @generated
+     */
+    EList getResourceEnvRef();
+
+    /**
+     * Returns the value of the '<em><b>Web Service Address</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Web Service Address</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Web Service Address</em>' attribute.
+     * @see #setWebServiceAddress(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_WebServiceAddress()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='web-service-address' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getWebServiceAddress();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getWebServiceAddress <em>Web Service Address</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Web Service Address</em>' attribute.
+     * @see #getWebServiceAddress()
+     * @generated
+     */
+    void setWebServiceAddress(String value);
+
+    /**
+     * Returns the value of the '<em><b>Web Service Security</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Web Service Security</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>Web Service Security</em>' containment reference.
+     * @see #setWebServiceSecurity(WebServiceSecurityType)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_WebServiceSecurity()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='web-service-security' namespace='##targetNamespace'"
+     * @generated
+     */
+    WebServiceSecurityType getWebServiceSecurity();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getWebServiceSecurity <em>Web Service Security</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Web Service Security</em>' containment reference.
+     * @see #getWebServiceSecurity()
+     * @generated
+     */
+    void setWebServiceSecurity(WebServiceSecurityType value);
+
+    /**
+     * Returns the value of the '<em><b>Id</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Id</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Id</em>' attribute.
+     * @see #setId(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getSessionBeanType_Id()
+     * @model unique="false" id="true" dataType="org.eclipse.emf.ecore.xml.type.ID"
+     *        extendedMetaData="kind='attribute' name='id'"
+     * @generated
+     */
+    String getId();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.SessionBeanType#getId <em>Id</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Id</em>' attribute.
+     * @see #getId()
+     * @generated
+     */
+    void setId(String value);
+
+} // SessionBeanType

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

Modified: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/TransportGuaranteeType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/TransportGuaranteeType.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/TransportGuaranteeType.java (original)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/TransportGuaranteeType.java Wed Aug 24 14:34:34 2005
@@ -1,171 +1,171 @@
-/**
- * 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 java.util.Arrays;
-import java.util.Collections;
-import java.util.List;
-
-import org.eclipse.emf.common.util.AbstractEnumerator;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the literals of the enumeration '<em><b>Transport Guarantee Type</b></em>',
- * and utility methods for working with them.
- * <!-- end-user-doc -->
- * @see org.openejb.xml.ns.openejb.jar.JarPackage#getTransportGuaranteeType()
- * @model
- * @generated
- */
-public final class TransportGuaranteeType extends AbstractEnumerator {
-    /**
-     * The '<em><b>NONE</b></em>' literal value.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of '<em><b>NONE</b></em>' literal object isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @see #NONE_LITERAL
-     * @model
-     * @generated
-     * @ordered
-     */
-    public static final int NONE = 0;
-
-    /**
-     * The '<em><b>INTEGRAL</b></em>' literal value.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of '<em><b>INTEGRAL</b></em>' literal object isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @see #INTEGRAL_LITERAL
-     * @model
-     * @generated
-     * @ordered
-     */
-    public static final int INTEGRAL = 1;
-
-    /**
-     * The '<em><b>CONFIDENTIAL</b></em>' literal value.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of '<em><b>CONFIDENTIAL</b></em>' literal object isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @see #CONFIDENTIAL_LITERAL
-     * @model
-     * @generated
-     * @ordered
-     */
-    public static final int CONFIDENTIAL = 2;
-
-    /**
-     * The '<em><b>NONE</b></em>' literal object.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @see #NONE
-     * @generated
-     * @ordered
-     */
-    public static final TransportGuaranteeType NONE_LITERAL = new TransportGuaranteeType(NONE, "NONE");
-
-    /**
-     * The '<em><b>INTEGRAL</b></em>' literal object.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @see #INTEGRAL
-     * @generated
-     * @ordered
-     */
-    public static final TransportGuaranteeType INTEGRAL_LITERAL = new TransportGuaranteeType(INTEGRAL, "INTEGRAL");
-
-    /**
-     * The '<em><b>CONFIDENTIAL</b></em>' literal object.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @see #CONFIDENTIAL
-     * @generated
-     * @ordered
-     */
-    public static final TransportGuaranteeType CONFIDENTIAL_LITERAL = new TransportGuaranteeType(CONFIDENTIAL, "CONFIDENTIAL");
-
-    /**
-     * An array of all the '<em><b>Transport Guarantee Type</b></em>' enumerators.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @generated
-     */
-    private static final TransportGuaranteeType[] VALUES_ARRAY =
-        new TransportGuaranteeType[] {
-            NONE_LITERAL,
-            INTEGRAL_LITERAL,
-            CONFIDENTIAL_LITERAL,
-        };
-
-    /**
-     * A public read-only list of all the '<em><b>Transport Guarantee Type</b></em>' enumerators.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @generated
-     */
-    public static final List VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY));
-
-    /**
-     * Returns the '<em><b>Transport Guarantee Type</b></em>' literal with the specified name.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @generated
-     */
-    public static TransportGuaranteeType get(String name) {
-        for (int i = 0; i < VALUES_ARRAY.length; ++i) {
-            TransportGuaranteeType result = VALUES_ARRAY[i];
-            if (result.toString().equals(name)) {
-                return result;
-            }
-        }
-        return null;
-    }
-
-    /**
-     * Returns the '<em><b>Transport Guarantee Type</b></em>' literal with the specified value.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @generated
-     */
-    public static TransportGuaranteeType get(int value) {
-        switch (value) {
-            case NONE: return NONE_LITERAL;
-            case INTEGRAL: return INTEGRAL_LITERAL;
-            case CONFIDENTIAL: return CONFIDENTIAL_LITERAL;
-        }
-        return null;	
-    }
-
-    /**
-     * Only this class can construct instances.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @generated
-     */
-    private TransportGuaranteeType(int value, String name) {
-        super(value, name);
-    }
-
-} //TransportGuaranteeType
+/**
+ * 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 java.util.Arrays;
+import java.util.Collections;
+import java.util.List;
+
+import org.eclipse.emf.common.util.AbstractEnumerator;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the literals of the enumeration '<em><b>Transport Guarantee Type</b></em>',
+ * and utility methods for working with them.
+ * <!-- end-user-doc -->
+ * @see org.openejb.xml.ns.openejb.jar.JarPackage#getTransportGuaranteeType()
+ * @model
+ * @generated
+ */
+public final class TransportGuaranteeType extends AbstractEnumerator {
+    /**
+     * The '<em><b>NONE</b></em>' literal value.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of '<em><b>NONE</b></em>' literal object isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @see #NONE_LITERAL
+     * @model
+     * @generated
+     * @ordered
+     */
+    public static final int NONE = 0;
+
+    /**
+     * The '<em><b>INTEGRAL</b></em>' literal value.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of '<em><b>INTEGRAL</b></em>' literal object isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @see #INTEGRAL_LITERAL
+     * @model
+     * @generated
+     * @ordered
+     */
+    public static final int INTEGRAL = 1;
+
+    /**
+     * The '<em><b>CONFIDENTIAL</b></em>' literal value.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of '<em><b>CONFIDENTIAL</b></em>' literal object isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @see #CONFIDENTIAL_LITERAL
+     * @model
+     * @generated
+     * @ordered
+     */
+    public static final int CONFIDENTIAL = 2;
+
+    /**
+     * The '<em><b>NONE</b></em>' literal object.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #NONE
+     * @generated
+     * @ordered
+     */
+    public static final TransportGuaranteeType NONE_LITERAL = new TransportGuaranteeType(NONE, "NONE");
+
+    /**
+     * The '<em><b>INTEGRAL</b></em>' literal object.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #INTEGRAL
+     * @generated
+     * @ordered
+     */
+    public static final TransportGuaranteeType INTEGRAL_LITERAL = new TransportGuaranteeType(INTEGRAL, "INTEGRAL");
+
+    /**
+     * The '<em><b>CONFIDENTIAL</b></em>' literal object.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @see #CONFIDENTIAL
+     * @generated
+     * @ordered
+     */
+    public static final TransportGuaranteeType CONFIDENTIAL_LITERAL = new TransportGuaranteeType(CONFIDENTIAL, "CONFIDENTIAL");
+
+    /**
+     * An array of all the '<em><b>Transport Guarantee Type</b></em>' enumerators.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    private static final TransportGuaranteeType[] VALUES_ARRAY =
+        new TransportGuaranteeType[] {
+            NONE_LITERAL,
+            INTEGRAL_LITERAL,
+            CONFIDENTIAL_LITERAL,
+        };
+
+    /**
+     * A public read-only list of all the '<em><b>Transport Guarantee Type</b></em>' enumerators.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public static final List VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY));
+
+    /**
+     * Returns the '<em><b>Transport Guarantee Type</b></em>' literal with the specified name.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public static TransportGuaranteeType get(String name) {
+        for (int i = 0; i < VALUES_ARRAY.length; ++i) {
+            TransportGuaranteeType result = VALUES_ARRAY[i];
+            if (result.toString().equals(name)) {
+                return result;
+            }
+        }
+        return null;
+    }
+
+    /**
+     * Returns the '<em><b>Transport Guarantee Type</b></em>' literal with the specified value.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    public static TransportGuaranteeType get(int value) {
+        switch (value) {
+            case NONE: return NONE_LITERAL;
+            case INTEGRAL: return INTEGRAL_LITERAL;
+            case CONFIDENTIAL: return CONFIDENTIAL_LITERAL;
+        }
+        return null;	
+    }
+
+    /**
+     * Only this class can construct instances.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    private TransportGuaranteeType(int value, String name) {
+        super(value, name);
+    }
+
+} //TransportGuaranteeType

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