Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/developer/org.eclipse.papyrus.domaincontextcodegen/src/org/eclipse/papyrus/domaincontextcodegen/SpecializationType.java')
-rw-r--r--plugins/developer/org.eclipse.papyrus.domaincontextcodegen/src/org/eclipse/papyrus/domaincontextcodegen/SpecializationType.java28
1 files changed, 14 insertions, 14 deletions
diff --git a/plugins/developer/org.eclipse.papyrus.domaincontextcodegen/src/org/eclipse/papyrus/domaincontextcodegen/SpecializationType.java b/plugins/developer/org.eclipse.papyrus.domaincontextcodegen/src/org/eclipse/papyrus/domaincontextcodegen/SpecializationType.java
index fae5f6d3519..3b87ce43a85 100644
--- a/plugins/developer/org.eclipse.papyrus.domaincontextcodegen/src/org/eclipse/papyrus/domaincontextcodegen/SpecializationType.java
+++ b/plugins/developer/org.eclipse.papyrus.domaincontextcodegen/src/org/eclipse/papyrus/domaincontextcodegen/SpecializationType.java
@@ -10,7 +10,7 @@ package org.eclipse.papyrus.domaincontextcodegen;
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Specialization Type</b></em>'.
* <!-- end-user-doc -->
- *
+ *
* <p>
* The following features are supported:
* <ul>
@@ -20,7 +20,7 @@ package org.eclipse.papyrus.domaincontextcodegen;
* <li>{@link org.eclipse.papyrus.domaincontextcodegen.SpecializationType#getGenHelper <em>Gen Helper</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.eclipse.papyrus.domaincontextcodegen.DomaincontextcodegenPackage#getSpecializationType()
* @model
* @generated
@@ -34,7 +34,7 @@ public interface SpecializationType extends ElementType {
* If the meaning of the '<em>Ref</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Ref</em>' reference.
* @see #setRef(ElementType)
* @see org.eclipse.papyrus.domaincontextcodegen.DomaincontextcodegenPackage#getSpecializationType_Ref()
@@ -47,9 +47,9 @@ public interface SpecializationType extends ElementType {
* Sets the value of the '{@link org.eclipse.papyrus.domaincontextcodegen.SpecializationType#getRef <em>Ref</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
- * the new value of the '<em>Ref</em>' reference.
+ * the new value of the '<em>Ref</em>' reference.
* @see #getRef()
* @generated
*/
@@ -62,7 +62,7 @@ public interface SpecializationType extends ElementType {
* If the meaning of the '<em>Matcher</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Matcher</em>' attribute.
* @see #setMatcher(String)
* @see org.eclipse.papyrus.domaincontextcodegen.DomaincontextcodegenPackage#getSpecializationType_Matcher()
@@ -75,9 +75,9 @@ public interface SpecializationType extends ElementType {
* Sets the value of the '{@link org.eclipse.papyrus.domaincontextcodegen.SpecializationType#getMatcher <em>Matcher</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
- * the new value of the '<em>Matcher</em>' attribute.
+ * the new value of the '<em>Matcher</em>' attribute.
* @see #getMatcher()
* @generated
*/
@@ -90,7 +90,7 @@ public interface SpecializationType extends ElementType {
* If the meaning of the '<em>Gen Matcher</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>Gen Matcher</em>' containment reference.
* @see #setGenMatcher(GenMatcher)
* @see org.eclipse.papyrus.domaincontextcodegen.DomaincontextcodegenPackage#getSpecializationType_GenMatcher()
@@ -104,9 +104,9 @@ public interface SpecializationType extends ElementType {
* reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
- * the new value of the '<em>Gen Matcher</em>' containment reference.
+ * the new value of the '<em>Gen Matcher</em>' containment reference.
* @see #getGenMatcher()
* @generated
*/
@@ -119,7 +119,7 @@ public interface SpecializationType extends ElementType {
* If the meaning of the '<em>Gen Helper</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>Gen Helper</em>' containment reference.
* @see #setGenHelper(GenHelper)
* @see org.eclipse.papyrus.domaincontextcodegen.DomaincontextcodegenPackage#getSpecializationType_GenHelper()
@@ -133,9 +133,9 @@ public interface SpecializationType extends ElementType {
* reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
- * the new value of the '<em>Gen Helper</em>' containment reference.
+ * the new value of the '<em>Gen Helper</em>' containment reference.
* @see #getGenHelper()
* @generated
*/

Back to the top