Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/java/org.eclipse.papyrus.java.profile/src/org/eclipse/papyrus/java/profile/java/JavaNamedElement.java')
-rw-r--r--extraplugins/java/org.eclipse.papyrus.java.profile/src/org/eclipse/papyrus/java/profile/java/JavaNamedElement.java20
1 files changed, 10 insertions, 10 deletions
diff --git a/extraplugins/java/org.eclipse.papyrus.java.profile/src/org/eclipse/papyrus/java/profile/java/JavaNamedElement.java b/extraplugins/java/org.eclipse.papyrus.java.profile/src/org/eclipse/papyrus/java/profile/java/JavaNamedElement.java
index 9b625ec00e6..0ae050419d3 100644
--- a/extraplugins/java/org.eclipse.papyrus.java.profile/src/org/eclipse/papyrus/java/profile/java/JavaNamedElement.java
+++ b/extraplugins/java/org.eclipse.papyrus.java.profile/src/org/eclipse/papyrus/java/profile/java/JavaNamedElement.java
@@ -36,7 +36,7 @@ public interface JavaNamedElement extends EObject {
* If the meaning of the '<em>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>Name</em>' attribute.
* @see #setName(String)
* @see org.eclipse.papyrus.java.profile.java.JavaPackage#getJavaNamedElement_Name()
@@ -49,7 +49,7 @@ public interface JavaNamedElement extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.java.profile.java.JavaNamedElement#getName <em>Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Name</em>' attribute.
* @see #getName()
@@ -64,7 +64,7 @@ public interface JavaNamedElement extends EObject {
* If the meaning of the '<em>Author</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Author</em>' attribute.
* @see #setAuthor(String)
* @see org.eclipse.papyrus.java.profile.java.JavaPackage#getJavaNamedElement_Author()
@@ -77,7 +77,7 @@ public interface JavaNamedElement extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.java.profile.java.JavaNamedElement#getAuthor <em>Author</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Author</em>' attribute.
* @see #getAuthor()
@@ -92,7 +92,7 @@ public interface JavaNamedElement extends EObject {
* If the meaning of the '<em>Version</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Version</em>' attribute.
* @see #setVersion(String)
* @see org.eclipse.papyrus.java.profile.java.JavaPackage#getJavaNamedElement_Version()
@@ -105,7 +105,7 @@ public interface JavaNamedElement extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.java.profile.java.JavaNamedElement#getVersion <em>Version</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Version</em>' attribute.
* @see #getVersion()
@@ -120,7 +120,7 @@ public interface JavaNamedElement extends EObject {
* If the meaning of the '<em>Comment</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Comment</em>' attribute.
* @see #setComment(String)
* @see org.eclipse.papyrus.java.profile.java.JavaPackage#getJavaNamedElement_Comment()
@@ -133,7 +133,7 @@ public interface JavaNamedElement extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.java.profile.java.JavaNamedElement#getComment <em>Comment</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Comment</em>' attribute.
* @see #getComment()
@@ -149,7 +149,7 @@ public interface JavaNamedElement extends EObject {
* If the meaning of the '<em>Is Generated</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Is Generated</em>' attribute.
* @see #setIsGenerated(boolean)
* @see org.eclipse.papyrus.java.profile.java.JavaPackage#getJavaNamedElement_IsGenerated()
@@ -162,7 +162,7 @@ public interface JavaNamedElement extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.java.profile.java.JavaNamedElement#isGenerated <em>Is Generated</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Is Generated</em>' attribute.
* @see #isGenerated()

Back to the top