Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2006-07-04 21:56:28 +0000
committermtaal2006-07-04 21:56:28 +0000
commit92f4eb8efcf952f7652423ee958f526a84db99cc (patch)
tree23aa9a5201321237a2a4c356eb38ec1439165399 /plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Inheritance.java
parent0bcd2b42043625f8f09eeb7711efcfe9e37a1df2 (diff)
downloadorg.eclipse.emf.teneo-92f4eb8efcf952f7652423ee958f526a84db99cc.tar.gz
org.eclipse.emf.teneo-92f4eb8efcf952f7652423ee958f526a84db99cc.tar.xz
org.eclipse.emf.teneo-92f4eb8efcf952f7652423ee958f526a84db99cc.zip
Changed copyright statement
Diffstat (limited to 'plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Inheritance.java')
-rw-r--r--plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Inheritance.java23
1 files changed, 10 insertions, 13 deletions
diff --git a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Inheritance.java b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Inheritance.java
index 45cd8313b..1a7e21933 100644
--- a/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Inheritance.java
+++ b/plugins/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/Inheritance.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
- * $Id: Inheritance.java,v 1.1 2006/07/04 21:37:01 mtaal Exp $
+ * $Id: Inheritance.java,v 1.2 2006/07/04 21:56:29 mtaal Exp $
*/
package org.eclipse.emf.teneo.annotations.pannotation;
@@ -21,24 +21,23 @@ package org.eclipse.emf.teneo.annotations.pannotation;
* @model annotation="http://annotation.elver.org/internal/Target 0='EClass'"
* @generated
*/
-public interface Inheritance extends PAnnotation {
+public interface Inheritance extends PAnnotation{
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
* @generated
*/
- String copyright = "Copyright 2004-2006, Elver.org (http://www.eclipse.org/emf/teneo).\nLicensed under the Apache License, Version 2.0 (the \"License\");\n\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\nhttp://www.apache.org/licenses/LICENSE-2.0\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.";
+ String copyright = "Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public\nLicense v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n Martin Taal\n Davide Marchignoli\n";
/**
- * Returns the value of the '<em><b>Strategy</b></em>' attribute. The default value is
- * <code>"SINGLE_TABLE"</code>. The literals are from the enumeration
- * {@link org.eclipse.emf.teneo.annotations.pannotation.InheritanceType}. <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Strategy</b></em>' attribute.
+ * The default value is <code>"SINGLE_TABLE"</code>.
+ * The literals are from the enumeration {@link org.eclipse.emf.teneo.annotations.pannotation.InheritanceType}.
+ * <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Strategy</em>' attribute isn't clear, there really should be more of a description
* here...
* </p>
* <!-- end-user-doc -->
- *
* @return the value of the '<em>Strategy</em>' attribute.
* @see org.eclipse.emf.teneo.annotations.pannotation.InheritanceType
* @see #setStrategy(InheritanceType)
@@ -49,11 +48,9 @@ public interface Inheritance extends PAnnotation {
InheritanceType getStrategy();
/**
- * Sets the value of the '{@link org.eclipse.emf.teneo.annotations.pannotation.Inheritance#getStrategy <em>Strategy</em>}'
- * attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Strategy</em>' attribute.
+ * Sets the value of the '{@link org.eclipse.emf.teneo.annotations.pannotation.Inheritance#getStrategy <em>Strategy</em>}' attribute.
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ * @param value the new value of the '<em>Strategy</em>' attribute.
* @see org.eclipse.emf.teneo.annotations.pannotation.InheritanceType
* @see #getStrategy()
* @generated

Back to the top