Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ats.dsl/src-gen/org/eclipse/osee/ats/dsl/atsDsl/FollowupRef.java')
-rw-r--r--plugins/org.eclipse.osee.ats.dsl/src-gen/org/eclipse/osee/ats/dsl/atsDsl/FollowupRef.java41
1 files changed, 18 insertions, 23 deletions
diff --git a/plugins/org.eclipse.osee.ats.dsl/src-gen/org/eclipse/osee/ats/dsl/atsDsl/FollowupRef.java b/plugins/org.eclipse.osee.ats.dsl/src-gen/org/eclipse/osee/ats/dsl/atsDsl/FollowupRef.java
index 6c38162f398..37930d4a4a1 100644
--- a/plugins/org.eclipse.osee.ats.dsl/src-gen/org/eclipse/osee/ats/dsl/atsDsl/FollowupRef.java
+++ b/plugins/org.eclipse.osee.ats.dsl/src-gen/org/eclipse/osee/ats/dsl/atsDsl/FollowupRef.java
@@ -3,41 +3,36 @@
package org.eclipse.osee.ats.dsl.atsDsl;
import org.eclipse.emf.common.util.EList;
-
import org.eclipse.emf.ecore.EObject;
/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Followup Ref</b></em>'.
- * <!-- end-user-doc -->
- *
+ * <!-- begin-user-doc --> A representation of the model object '<em><b>Followup Ref</b></em>'. <!-- end-user-doc -->
* <p>
* The following features are supported:
* </p>
* <ul>
- * <li>{@link org.eclipse.osee.ats.dsl.atsDsl.FollowupRef#getAssigneeRefs <em>Assignee Refs</em>}</li>
+ * <li>{@link org.eclipse.osee.ats.dsl.atsDsl.FollowupRef#getAssigneeRefs <em>Assignee Refs</em>}</li>
* </ul>
*
* @see org.eclipse.osee.ats.dsl.atsDsl.AtsDslPackage#getFollowupRef()
* @model
* @generated
*/
-public interface FollowupRef extends EObject
-{
- /**
- * Returns the value of the '<em><b>Assignee Refs</b></em>' containment reference list.
- * The list contents are of type {@link org.eclipse.osee.ats.dsl.atsDsl.UserRef}.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Assignee Refs</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>Assignee Refs</em>' containment reference list.
- * @see org.eclipse.osee.ats.dsl.atsDsl.AtsDslPackage#getFollowupRef_AssigneeRefs()
- * @model containment="true"
- * @generated
- */
- EList<UserRef> getAssigneeRefs();
+public interface FollowupRef extends EObject {
+ /**
+ * Returns the value of the '<em><b>Assignee Refs</b></em>' containment reference list. The list contents are of type
+ * {@link org.eclipse.osee.ats.dsl.atsDsl.UserRef}. <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Assignee Refs</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>Assignee Refs</em>' containment reference list.
+ * @see org.eclipse.osee.ats.dsl.atsDsl.AtsDslPackage#getFollowupRef_AssigneeRefs()
+ * @model containment="true"
+ * @generated
+ */
+ EList<UserRef> getAssigneeRefs();
} // FollowupRef

Back to the top