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/LayoutCopy.java')
-rw-r--r--plugins/org.eclipse.osee.ats.dsl/src-gen/org/eclipse/osee/ats/dsl/atsDsl/LayoutCopy.java58
1 files changed, 26 insertions, 32 deletions
diff --git a/plugins/org.eclipse.osee.ats.dsl/src-gen/org/eclipse/osee/ats/dsl/atsDsl/LayoutCopy.java b/plugins/org.eclipse.osee.ats.dsl/src-gen/org/eclipse/osee/ats/dsl/atsDsl/LayoutCopy.java
index 9a5fae5e12b..6883a2404e3 100644
--- a/plugins/org.eclipse.osee.ats.dsl/src-gen/org/eclipse/osee/ats/dsl/atsDsl/LayoutCopy.java
+++ b/plugins/org.eclipse.osee.ats.dsl/src-gen/org/eclipse/osee/ats/dsl/atsDsl/LayoutCopy.java
@@ -2,49 +2,43 @@
*/
package org.eclipse.osee.ats.dsl.atsDsl;
-
/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Layout Copy</b></em>'.
- * <!-- end-user-doc -->
- *
+ * <!-- begin-user-doc --> A representation of the model object '<em><b>Layout Copy</b></em>'. <!-- end-user-doc -->
* <p>
* The following features are supported:
* </p>
* <ul>
- * <li>{@link org.eclipse.osee.ats.dsl.atsDsl.LayoutCopy#getState <em>State</em>}</li>
+ * <li>{@link org.eclipse.osee.ats.dsl.atsDsl.LayoutCopy#getState <em>State</em>}</li>
* </ul>
*
* @see org.eclipse.osee.ats.dsl.atsDsl.AtsDslPackage#getLayoutCopy()
* @model
* @generated
*/
-public interface LayoutCopy extends LayoutType
-{
- /**
- * Returns the value of the '<em><b>State</b></em>' reference.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>State</em>' reference isn't clear,
- * there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- * @return the value of the '<em>State</em>' reference.
- * @see #setState(StateDef)
- * @see org.eclipse.osee.ats.dsl.atsDsl.AtsDslPackage#getLayoutCopy_State()
- * @model
- * @generated
- */
- StateDef getState();
+public interface LayoutCopy extends LayoutType {
+ /**
+ * Returns the value of the '<em><b>State</b></em>' reference. <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>State</em>' reference isn't clear, there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ *
+ * @return the value of the '<em>State</em>' reference.
+ * @see #setState(StateDef)
+ * @see org.eclipse.osee.ats.dsl.atsDsl.AtsDslPackage#getLayoutCopy_State()
+ * @model
+ * @generated
+ */
+ StateDef getState();
- /**
- * Sets the value of the '{@link org.eclipse.osee.ats.dsl.atsDsl.LayoutCopy#getState <em>State</em>}' reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>State</em>' reference.
- * @see #getState()
- * @generated
- */
- void setState(StateDef value);
+ /**
+ * Sets the value of the '{@link org.eclipse.osee.ats.dsl.atsDsl.LayoutCopy#getState <em>State</em>}' reference. <!--
+ * begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value the new value of the '<em>State</em>' reference.
+ * @see #getState()
+ * @generated
+ */
+ void setState(StateDef value);
} // LayoutCopy

Back to the top