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 [33/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/apache/geronimo/xml/ns/security/RoleType.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/security/RoleType.java?rev=239937&r1=239936&r2=239937&view=diff
==============================================================================
--- geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/security/RoleType.java (original)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/security/RoleType.java Wed Aug 24 14:34:34 2005
@@ -1,120 +1,120 @@
-/**
- * Copyright 2004, 2005 The Apache Software Foundation or its licensors, as applicable
- *
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
- */
-package org.apache.geronimo.xml.ns.security;
-
-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 Type</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.apache.geronimo.xml.ns.security.RoleType#getDescription <em>Description</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.security.RoleType#getRealm <em>Realm</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.security.RoleType#getDistinguishedName <em>Distinguished Name</em>}</li>
- *   <li>{@link org.apache.geronimo.xml.ns.security.RoleType#getRoleName <em>Role Name</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.apache.geronimo.xml.ns.security.SecurityPackage#getRoleType()
- * @model extendedMetaData="name='roleType' kind='elementOnly'"
- * @generated
- */
-public interface RoleType extends EObject{
-    /**
-     * Returns the value of the '<em><b>Description</b></em>' containment reference list.
-     * The list contents are of type {@link org.apache.geronimo.xml.ns.security.DescriptionType}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Description</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>Description</em>' containment reference list.
-     * @see org.apache.geronimo.xml.ns.security.SecurityPackage#getRoleType_Description()
-     * @model type="org.apache.geronimo.xml.ns.security.DescriptionType" containment="true" resolveProxies="false"
-     *        extendedMetaData="kind='element' name='description' namespace='##targetNamespace'"
-     * @generated
-     */
-    EList getDescription();
-
-    /**
-     * Returns the value of the '<em><b>Realm</b></em>' containment reference list.
-     * The list contents are of type {@link org.apache.geronimo.xml.ns.security.RealmType}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Realm</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>Realm</em>' containment reference list.
-     * @see org.apache.geronimo.xml.ns.security.SecurityPackage#getRoleType_Realm()
-     * @model type="org.apache.geronimo.xml.ns.security.RealmType" containment="true" resolveProxies="false"
-     *        extendedMetaData="kind='element' name='realm' namespace='##targetNamespace'"
-     * @generated
-     */
-    EList getRealm();
-
-    /**
-     * Returns the value of the '<em><b>Distinguished Name</b></em>' containment reference list.
-     * The list contents are of type {@link org.apache.geronimo.xml.ns.security.DistinguishedNameType}.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Distinguished Name</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>Distinguished Name</em>' containment reference list.
-     * @see org.apache.geronimo.xml.ns.security.SecurityPackage#getRoleType_DistinguishedName()
-     * @model type="org.apache.geronimo.xml.ns.security.DistinguishedNameType" containment="true" resolveProxies="false"
-     *        extendedMetaData="kind='element' name='distinguished-name' namespace='##targetNamespace'"
-     * @generated
-     */
-    EList getDistinguishedName();
-
-    /**
-     * Returns the value of the '<em><b>Role Name</b></em>' attribute.
-     * <!-- begin-user-doc -->
-     * <p>
-     * If the meaning of the '<em>Role Name</em>' attribute isn't clear,
-     * there really should be more of a description here...
-     * </p>
-     * <!-- end-user-doc -->
-     * @return the value of the '<em>Role Name</em>' attribute.
-     * @see #setRoleName(String)
-     * @see org.apache.geronimo.xml.ns.security.SecurityPackage#getRoleType_RoleName()
-     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
-     *        extendedMetaData="kind='attribute' name='role-name'"
-     * @generated
-     */
-    String getRoleName();
-
-    /**
-     * Sets the value of the '{@link org.apache.geronimo.xml.ns.security.RoleType#getRoleName <em>Role Name</em>}' attribute.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @param value the new value of the '<em>Role Name</em>' attribute.
-     * @see #getRoleName()
-     * @generated
-     */
-    void setRoleName(String value);
-
-} // RoleType
+/**
+ * Copyright 2004, 2005 The Apache Software Foundation or its licensors, as applicable
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package org.apache.geronimo.xml.ns.security;
+
+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 Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ *   <li>{@link org.apache.geronimo.xml.ns.security.RoleType#getDescription <em>Description</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.security.RoleType#getRealm <em>Realm</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.security.RoleType#getDistinguishedName <em>Distinguished Name</em>}</li>
+ *   <li>{@link org.apache.geronimo.xml.ns.security.RoleType#getRoleName <em>Role Name</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.apache.geronimo.xml.ns.security.SecurityPackage#getRoleType()
+ * @model extendedMetaData="name='roleType' kind='elementOnly'"
+ * @generated
+ */
+public interface RoleType extends EObject{
+    /**
+     * Returns the value of the '<em><b>Description</b></em>' containment reference list.
+     * The list contents are of type {@link org.apache.geronimo.xml.ns.security.DescriptionType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Description</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>Description</em>' containment reference list.
+     * @see org.apache.geronimo.xml.ns.security.SecurityPackage#getRoleType_Description()
+     * @model type="org.apache.geronimo.xml.ns.security.DescriptionType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='description' namespace='##targetNamespace'"
+     * @generated
+     */
+    EList getDescription();
+
+    /**
+     * Returns the value of the '<em><b>Realm</b></em>' containment reference list.
+     * The list contents are of type {@link org.apache.geronimo.xml.ns.security.RealmType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Realm</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>Realm</em>' containment reference list.
+     * @see org.apache.geronimo.xml.ns.security.SecurityPackage#getRoleType_Realm()
+     * @model type="org.apache.geronimo.xml.ns.security.RealmType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='realm' namespace='##targetNamespace'"
+     * @generated
+     */
+    EList getRealm();
+
+    /**
+     * Returns the value of the '<em><b>Distinguished Name</b></em>' containment reference list.
+     * The list contents are of type {@link org.apache.geronimo.xml.ns.security.DistinguishedNameType}.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Distinguished Name</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>Distinguished Name</em>' containment reference list.
+     * @see org.apache.geronimo.xml.ns.security.SecurityPackage#getRoleType_DistinguishedName()
+     * @model type="org.apache.geronimo.xml.ns.security.DistinguishedNameType" containment="true" resolveProxies="false"
+     *        extendedMetaData="kind='element' name='distinguished-name' namespace='##targetNamespace'"
+     * @generated
+     */
+    EList getDistinguishedName();
+
+    /**
+     * Returns the value of the '<em><b>Role Name</b></em>' attribute.
+     * <!-- begin-user-doc -->
+     * <p>
+     * If the meaning of the '<em>Role Name</em>' attribute isn't clear,
+     * there really should be more of a description here...
+     * </p>
+     * <!-- end-user-doc -->
+     * @return the value of the '<em>Role Name</em>' attribute.
+     * @see #setRoleName(String)
+     * @see org.apache.geronimo.xml.ns.security.SecurityPackage#getRoleType_RoleName()
+     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
+     *        extendedMetaData="kind='attribute' name='role-name'"
+     * @generated
+     */
+    String getRoleName();
+
+    /**
+     * Sets the value of the '{@link org.apache.geronimo.xml.ns.security.RoleType#getRoleName <em>Role Name</em>}' attribute.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @param value the new value of the '<em>Role Name</em>' attribute.
+     * @see #getRoleName()
+     * @generated
+     */
+    void setRoleName(String value);
+
+} // RoleType

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

Modified: geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/security/SecurityFactory.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/security/SecurityFactory.java?rev=239937&r1=239936&r2=239937&view=diff
==============================================================================
--- geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/security/SecurityFactory.java (original)
+++ geronimo/trunk/sandbox/eclipse-plugin/org.apache.geronimo.deployment.model/src/org/apache/geronimo/xml/ns/security/SecurityFactory.java Wed Aug 24 14:34:34 2005
@@ -1,136 +1,136 @@
-/**
- * Copyright 2004, 2005 The Apache Software Foundation or its licensors, as applicable
- *
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
- */
-package org.apache.geronimo.xml.ns.security;
-
-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.apache.geronimo.xml.ns.security.SecurityPackage
- * @generated
- */
-public interface SecurityFactory extends EFactory{
-    /**
-     * The singleton instance of the factory.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @generated
-     */
-    SecurityFactory eINSTANCE = new org.apache.geronimo.xml.ns.security.impl.SecurityFactoryImpl();
-
-    /**
-     * Returns a new object of class '<em>Default Principal Type</em>'.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @return a new object of class '<em>Default Principal Type</em>'.
-     * @generated
-     */
-    DefaultPrincipalType createDefaultPrincipalType();
-
-    /**
-     * Returns a new object of class '<em>Description Type</em>'.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @return a new object of class '<em>Description Type</em>'.
-     * @generated
-     */
-    DescriptionType createDescriptionType();
-
-    /**
-     * Returns a new object of class '<em>Distinguished Name Type</em>'.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @return a new object of class '<em>Distinguished Name Type</em>'.
-     * @generated
-     */
-    DistinguishedNameType createDistinguishedNameType();
-
-    /**
-     * 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>Named Username Password Credential Type</em>'.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @return a new object of class '<em>Named Username Password Credential Type</em>'.
-     * @generated
-     */
-    NamedUsernamePasswordCredentialType createNamedUsernamePasswordCredentialType();
-
-    /**
-     * Returns a new object of class '<em>Principal Type</em>'.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @return a new object of class '<em>Principal Type</em>'.
-     * @generated
-     */
-    PrincipalType createPrincipalType();
-
-    /**
-     * Returns a new object of class '<em>Realm Type</em>'.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @return a new object of class '<em>Realm Type</em>'.
-     * @generated
-     */
-    RealmType createRealmType();
-
-    /**
-     * Returns a new object of class '<em>Role Mappings Type</em>'.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @return a new object of class '<em>Role Mappings Type</em>'.
-     * @generated
-     */
-    RoleMappingsType createRoleMappingsType();
-
-    /**
-     * Returns a new object of class '<em>Role Type</em>'.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @return a new object of class '<em>Role Type</em>'.
-     * @generated
-     */
-    RoleType createRoleType();
-
-    /**
-     * Returns a new object of class '<em>Type</em>'.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @return a new object of class '<em>Type</em>'.
-     * @generated
-     */
-    SecurityType createSecurityType();
-
-    /**
-     * Returns the package supported by this factory.
-     * <!-- begin-user-doc -->
-     * <!-- end-user-doc -->
-     * @return the package supported by this factory.
-     * @generated
-     */
-    SecurityPackage getSecurityPackage();
-
-} //SecurityFactory
+/**
+ * Copyright 2004, 2005 The Apache Software Foundation or its licensors, as applicable
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+package org.apache.geronimo.xml.ns.security;
+
+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.apache.geronimo.xml.ns.security.SecurityPackage
+ * @generated
+ */
+public interface SecurityFactory extends EFactory{
+    /**
+     * The singleton instance of the factory.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @generated
+     */
+    SecurityFactory eINSTANCE = new org.apache.geronimo.xml.ns.security.impl.SecurityFactoryImpl();
+
+    /**
+     * Returns a new object of class '<em>Default Principal Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Default Principal Type</em>'.
+     * @generated
+     */
+    DefaultPrincipalType createDefaultPrincipalType();
+
+    /**
+     * Returns a new object of class '<em>Description Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Description Type</em>'.
+     * @generated
+     */
+    DescriptionType createDescriptionType();
+
+    /**
+     * Returns a new object of class '<em>Distinguished Name Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Distinguished Name Type</em>'.
+     * @generated
+     */
+    DistinguishedNameType createDistinguishedNameType();
+
+    /**
+     * 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>Named Username Password Credential Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Named Username Password Credential Type</em>'.
+     * @generated
+     */
+    NamedUsernamePasswordCredentialType createNamedUsernamePasswordCredentialType();
+
+    /**
+     * Returns a new object of class '<em>Principal Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Principal Type</em>'.
+     * @generated
+     */
+    PrincipalType createPrincipalType();
+
+    /**
+     * Returns a new object of class '<em>Realm Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Realm Type</em>'.
+     * @generated
+     */
+    RealmType createRealmType();
+
+    /**
+     * Returns a new object of class '<em>Role Mappings Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Role Mappings Type</em>'.
+     * @generated
+     */
+    RoleMappingsType createRoleMappingsType();
+
+    /**
+     * Returns a new object of class '<em>Role Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Role Type</em>'.
+     * @generated
+     */
+    RoleType createRoleType();
+
+    /**
+     * Returns a new object of class '<em>Type</em>'.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return a new object of class '<em>Type</em>'.
+     * @generated
+     */
+    SecurityType createSecurityType();
+
+    /**
+     * Returns the package supported by this factory.
+     * <!-- begin-user-doc -->
+     * <!-- end-user-doc -->
+     * @return the package supported by this factory.
+     * @generated
+     */
+    SecurityPackage getSecurityPackage();
+
+} //SecurityFactory

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