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

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

Added: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/EntityBeanType.java
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/EntityBeanType.java?rev=280909&view=auto
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/EntityBeanType.java (added)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/EntityBeanType.java Wed Sep 14 11:59:30 2005
@@ -0,0 +1,454 @@
+/**
+ * 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.openejb.xml.ns.pkgen.KeyGeneratorType;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Entity Bean Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EntityBeanType#getEjbName <em>Ejb Name</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EntityBeanType#getJndiName <em>Jndi Name</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EntityBeanType#getLocalJndiName <em>Local Jndi Name</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EntityBeanType#getTssTargetName <em>Tss Target Name</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EntityBeanType#getTssLink <em>Tss Link</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EntityBeanType#getTss <em>Tss</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EntityBeanType#getTableName <em>Table Name</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EntityBeanType#getCmpFieldMapping <em>Cmp Field Mapping</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EntityBeanType#getPrimkeyField <em>Primkey Field</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EntityBeanType#getKeyGenerator <em>Key Generator</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EntityBeanType#getPrefetchGroup <em>Prefetch Group</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EntityBeanType#getEjbRef <em>Ejb Ref</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EntityBeanType#getEjbLocalRef <em>Ejb Local Ref</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EntityBeanType#getServiceRef <em>Service Ref</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EntityBeanType#getResourceRef <em>Resource Ref</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EntityBeanType#getResourceEnvRef <em>Resource Env Ref</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EntityBeanType#getQuery <em>Query</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EntityBeanType#getId <em>Id</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEntityBeanType()
+ * @model extendedMetaData="name='entity-beanType' kind='elementOnly'"
+ * @generated
+ */
+public interface EntityBeanType 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#getEntityBeanType_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.EntityBeanType#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#getEntityBeanType_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#getEntityBeanType_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#getEntityBeanType_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.EntityBeanType#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#getEntityBeanType_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.EntityBeanType#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#getEntityBeanType_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.EntityBeanType#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>Table Name</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>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>Table Name</em>' attribute.
+     * @see #setTableName(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEntityBeanType_TableName()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='table-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getTableName();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.EntityBeanType#getTableName <em>Table Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Table Name</em>' attribute.
+     * @see #getTableName()
+     * @generated
+     */
+    void setTableName(String value);
+
+    /**
+     * Returns the value of the '<em><b>Cmp Field Mapping</b></em>' containment reference list.
+     * The list contents are of type {@link org.openejb.xml.ns.openejb.jar.CmpFieldMappingType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Cmp 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>Cmp Field Mapping</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEntityBeanType_CmpFieldMapping()
+     * @model type="org.openejb.xml.ns.openejb.jar.CmpFieldMappingType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='cmp-field-mapping' namespace='##targetNamespace'"
+     * @generated
+     */
+    EList getCmpFieldMapping();
+
+    /**
+     * Returns the value of the '<em><b>Primkey Field</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Primkey Field</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Primkey Field</em>' attribute.
+     * @see #setPrimkeyField(String)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEntityBeanType_PrimkeyField()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='primkey-field' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getPrimkeyField();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.EntityBeanType#getPrimkeyField <em>Primkey Field</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Primkey Field</em>' attribute.
+     * @see #getPrimkeyField()
+     * @generated
+     */
+    void setPrimkeyField(String value);
+
+    /**
+     * Returns the value of the '<em><b>Key Generator</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Key Generator</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>Key Generator</em>' containment reference.
+     * @see #setKeyGenerator(KeyGeneratorType)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEntityBeanType_KeyGenerator()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='key-generator' namespace='http://www.openejb.org/xml/ns/pkgen'"
+     * @generated
+     */
+    KeyGeneratorType getKeyGenerator();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.EntityBeanType#getKeyGenerator <em>Key Generator</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Key Generator</em>' containment reference.
+     * @see #getKeyGenerator()
+     * @generated
+     */
+    void setKeyGenerator(KeyGeneratorType value);
+
+    /**
+     * Returns the value of the '<em><b>Prefetch Group</b></em>' containment reference.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Prefetch Group</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>Prefetch Group</em>' containment reference.
+     * @see #setPrefetchGroup(PrefetchGroupType)
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEntityBeanType_PrefetchGroup()
+     * @model containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='prefetch-group' namespace='##targetNamespace'"
+     * @generated
+     */
+    PrefetchGroupType getPrefetchGroup();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.EntityBeanType#getPrefetchGroup <em>Prefetch Group</em>}' containment reference.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Prefetch Group</em>' containment reference.
+     * @see #getPrefetchGroup()
+     * @generated
+     */
+    void setPrefetchGroup(PrefetchGroupType 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#getEntityBeanType_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#getEntityBeanType_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#getEntityBeanType_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#getEntityBeanType_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#getEntityBeanType_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>Query</b></em>' containment reference list.
+     * The list contents are of type {@link org.openejb.xml.ns.openejb.jar.QueryType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Query</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>Query</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEntityBeanType_Query()
+     * @model type="org.openejb.xml.ns.openejb.jar.QueryType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='query' namespace='##targetNamespace'"
+     * @generated
+     */
+    EList getQuery();
+
+    /**
+     * 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#getEntityBeanType_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.EntityBeanType#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);
+
+} // EntityBeanType

Added: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/EntityGroupMappingType.java
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/EntityGroupMappingType.java?rev=280909&view=auto
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/EntityGroupMappingType.java (added)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/EntityGroupMappingType.java Wed Sep 14 11:59:30 2005
@@ -0,0 +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>Entity Group Mapping Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.EntityGroupMappingType#getGroupName <em>Group Name</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.openejb.xml.ns.openejb.jar.JarPackage#getEntityGroupMappingType()
+ * @model extendedMetaData="name='entity-group-mappingType' kind='elementOnly'"
+ * @generated
+ */
+public interface EntityGroupMappingType extends EObject {
+    /**
+     * 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#getEntityGroupMappingType_GroupName()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
+     *        extendedMetaData="kind='element' name='group-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getGroupName();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.EntityGroupMappingType#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);
+
+} // EntityGroupMappingType

Added: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/GroupType.java
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/GroupType.java?rev=280909&view=auto
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/GroupType.java (added)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/GroupType.java Wed Sep 14 11:59:30 2005
@@ -0,0 +1,102 @@
+/**
+ * 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>Group Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.GroupType#getGroupName <em>Group Name</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.GroupType#getCmpFieldName <em>Cmp Field Name</em>}</li>
+ *   <li>{@link org.openejb.xml.ns.openejb.jar.GroupType#getCmrField <em>Cmr Field</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.openejb.xml.ns.openejb.jar.JarPackage#getGroupType()
+ * @model extendedMetaData="name='groupType' kind='elementOnly'"
+ * @generated
+ */
+public interface GroupType extends EObject {
+    /**
+     * 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#getGroupType_GroupName()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
+     *        extendedMetaData="kind='element' name='group-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    String getGroupName();
+
+    /**
+     * Sets the value of the '{@link org.openejb.xml.ns.openejb.jar.GroupType#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);
+
+    /**
+     * Returns the value of the '<em><b>Cmp Field 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>Cmp Field 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>Cmp Field Name</em>' attribute list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getGroupType_CmpFieldName()
+     * @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
+     *        extendedMetaData="kind='element' name='cmp-field-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    EList getCmpFieldName();
+
+    /**
+     * Returns the value of the '<em><b>Cmr Field</b></em>' containment reference list.
+     * The list contents are of type {@link org.openejb.xml.ns.openejb.jar.CmrFieldType1}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Cmr Field</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</em>' containment reference list.
+     * @see org.openejb.xml.ns.openejb.jar.JarPackage#getGroupType_CmrField()
+     * @model type="org.openejb.xml.ns.openejb.jar.CmrFieldType1" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='cmr-field' namespace='##targetNamespace'"
+     * @generated
+     */
+    EList getCmrField();
+
+} // GroupType

Added: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/JarFactory.java
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/JarFactory.java?rev=280909&view=auto
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/JarFactory.java (added)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.deployment.model/src/org/openejb/xml/ns/openejb/jar/JarFactory.java Wed Sep 14 11:59:30 2005
@@ -0,0 +1,289 @@
+/**
+ * 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.EFactory;
+
+/**
+ * <!-- begin-user-doc -->
+ * The <b>Factory</b> for the model.
+ * It provides a create method for each non-abstract class of the model.
+ * <!-- end-user-doc -->
+ * @see org.openejb.xml.ns.openejb.jar.JarPackage
+ * @generated
+ */
+public interface JarFactory extends EFactory {
+    /**
+     * The singleton instance of the factory.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    JarFactory eINSTANCE = new org.openejb.xml.ns.openejb.jar.impl.JarFactoryImpl();
+
+    /**
+     * Returns a new object of class '<em>Activation Config Property Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Activation Config Property Type</em>'.
+     * @generated
+     */
+    ActivationConfigPropertyType createActivationConfigPropertyType();
+
+    /**
+     * Returns a new object of class '<em>Activation Config Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Activation Config Type</em>'.
+     * @generated
+     */
+    ActivationConfigType createActivationConfigType();
+
+    /**
+     * Returns a new object of class '<em>Cmp Field Group Mapping Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Cmp Field Group Mapping Type</em>'.
+     * @generated
+     */
+    CmpFieldGroupMappingType createCmpFieldGroupMappingType();
+
+    /**
+     * Returns a new object of class '<em>Cmp Field Mapping Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Cmp Field Mapping Type</em>'.
+     * @generated
+     */
+    CmpFieldMappingType createCmpFieldMappingType();
+
+    /**
+     * Returns a new object of class '<em>Cmr Field Group Mapping Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Cmr Field Group Mapping Type</em>'.
+     * @generated
+     */
+    CmrFieldGroupMappingType createCmrFieldGroupMappingType();
+
+    /**
+     * Returns a new object of class '<em>Cmr Field Mapping Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Cmr Field Mapping Type</em>'.
+     * @generated
+     */
+    CmrFieldMappingType createCmrFieldMappingType();
+
+    /**
+     * Returns a new object of class '<em>Cmr Field Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Cmr Field Type</em>'.
+     * @generated
+     */
+    CmrFieldType createCmrFieldType();
+
+    /**
+     * Returns a new object of class '<em>Cmr Field Type1</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Cmr Field Type1</em>'.
+     * @generated
+     */
+    CmrFieldType1 createCmrFieldType1();
+
+    /**
+     * Returns a new object of class '<em>Document Root</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Document Root</em>'.
+     * @generated
+     */
+    DocumentRoot createDocumentRoot();
+
+    /**
+     * Returns a new object of class '<em>Ejb Relationship Role Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Ejb Relationship Role Type</em>'.
+     * @generated
+     */
+    EjbRelationshipRoleType createEjbRelationshipRoleType();
+
+    /**
+     * Returns a new object of class '<em>Ejb Relation Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Ejb Relation Type</em>'.
+     * @generated
+     */
+    EjbRelationType createEjbRelationType();
+
+    /**
+     * Returns a new object of class '<em>Enterprise Beans Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Enterprise Beans Type</em>'.
+     * @generated
+     */
+    EnterpriseBeansType createEnterpriseBeansType();
+
+    /**
+     * Returns a new object of class '<em>Entity Bean Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Entity Bean Type</em>'.
+     * @generated
+     */
+    EntityBeanType createEntityBeanType();
+
+    /**
+     * Returns a new object of class '<em>Entity Group Mapping Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Entity Group Mapping Type</em>'.
+     * @generated
+     */
+    EntityGroupMappingType createEntityGroupMappingType();
+
+    /**
+     * Returns a new object of class '<em>Group Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Group Type</em>'.
+     * @generated
+     */
+    GroupType createGroupType();
+
+    /**
+     * Returns a new object of class '<em>Message Driven Bean Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Message Driven Bean Type</em>'.
+     * @generated
+     */
+    MessageDrivenBeanType createMessageDrivenBeanType();
+
+    /**
+     * Returns a new object of class '<em>Method Params Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Method Params Type</em>'.
+     * @generated
+     */
+    MethodParamsType createMethodParamsType();
+
+    /**
+     * Returns a new object of class '<em>Openejb Jar Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Openejb Jar Type</em>'.
+     * @generated
+     */
+    OpenejbJarType createOpenejbJarType();
+
+    /**
+     * Returns a new object of class '<em>Prefetch Group Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Prefetch Group Type</em>'.
+     * @generated
+     */
+    PrefetchGroupType createPrefetchGroupType();
+
+    /**
+     * Returns a new object of class '<em>Query Method Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Query Method Type</em>'.
+     * @generated
+     */
+    QueryMethodType createQueryMethodType();
+
+    /**
+     * Returns a new object of class '<em>Query Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Query Type</em>'.
+     * @generated
+     */
+    QueryType createQueryType();
+
+    /**
+     * Returns a new object of class '<em>Relationship Role Source Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Relationship Role Source Type</em>'.
+     * @generated
+     */
+    RelationshipRoleSourceType createRelationshipRoleSourceType();
+
+    /**
+     * Returns a new object of class '<em>Relationships Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Relationships Type</em>'.
+     * @generated
+     */
+    RelationshipsType createRelationshipsType();
+
+    /**
+     * Returns a new object of class '<em>Role Mapping Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Role Mapping Type</em>'.
+     * @generated
+     */
+    RoleMappingType createRoleMappingType();
+
+    /**
+     * Returns a new object of class '<em>Session Bean Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Session Bean Type</em>'.
+     * @generated
+     */
+    SessionBeanType createSessionBeanType();
+
+    /**
+     * Returns a new object of class '<em>Tss Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Tss Type</em>'.
+     * @generated
+     */
+    TssType createTssType();
+
+    /**
+     * Returns a new object of class '<em>Web Service Security Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Web Service Security Type</em>'.
+     * @generated
+     */
+    WebServiceSecurityType createWebServiceSecurityType();
+
+    /**
+     * Returns the package supported by this factory.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return the package supported by this factory.
+     * @generated
+     */
+    JarPackage getJarPackage();
+
+} //JarFactory