Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'hibernate/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/OnDelete.java')
-rwxr-xr-xhibernate/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/OnDelete.java34
1 files changed, 17 insertions, 17 deletions
diff --git a/hibernate/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/OnDelete.java b/hibernate/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/OnDelete.java
index 1b97611a3..5d1fbfd14 100755
--- a/hibernate/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/OnDelete.java
+++ b/hibernate/org.eclipse.emf.teneo.hibernate.mapper/src/org/eclipse/emf/teneo/hibernate/hbannotation/OnDelete.java
@@ -6,33 +6,32 @@
*/
package org.eclipse.emf.teneo.hibernate.hbannotation;
-
/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>On Delete</b></em>'.
- * <!-- end-user-doc -->
- *
+ * <!-- begin-user-doc --> A representation of the model object ' <em><b>On Delete</b></em>'. <!--
+ * end-user-doc -->
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.emf.teneo.hibernate.hbannotation.OnDelete#getAction <em>Action</em>}</li>
+ * <li>{@link org.eclipse.emf.teneo.hibernate.hbannotation.OnDelete#getAction <em>Action</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.eclipse.emf.teneo.hibernate.hbannotation.HbannotationPackage#getOnDelete()
- * @model annotation="http://annotation.elver.org/internal/Target 0='EStructuralFeature'"
+ * @model annotation= "http://annotation.elver.org/internal/Target 0='EStructuralFeature'"
* @generated
*/
public interface OnDelete extends HbAnnotation {
/**
- * Returns the value of the '<em><b>Action</b></em>' attribute.
- * The literals are from the enumeration {@link org.eclipse.emf.teneo.hibernate.hbannotation.OnDeleteAction}.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Action</b></em>' attribute. The literals are from the
+ * enumeration {@link org.eclipse.emf.teneo.hibernate.hbannotation.OnDeleteAction}. <!--
+ * begin-user-doc -->
* <p>
- * If the meaning of the '<em>Action</em>' attribute list isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Action</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>Action</em>' attribute.
* @see org.eclipse.emf.teneo.hibernate.hbannotation.OnDeleteAction
* @see #setAction(OnDeleteAction)
@@ -43,10 +42,11 @@ public interface OnDelete extends HbAnnotation {
OnDeleteAction getAction();
/**
- * Sets the value of the '{@link org.eclipse.emf.teneo.hibernate.hbannotation.OnDelete#getAction <em>Action</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Action</em>' attribute.
+ * Sets the value of the ' {@link org.eclipse.emf.teneo.hibernate.hbannotation.OnDelete#getAction
+ * <em>Action</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Action</em>' attribute.
* @see org.eclipse.emf.teneo.hibernate.hbannotation.OnDeleteAction
* @see #getAction()
* @generated

Back to the top