Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/src/org/eclipse/papyrus/manufacturing/rami40/InfrastructureHierarchy/_7ProductLevel.java')
-rw-r--r--extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/src/org/eclipse/papyrus/manufacturing/rami40/InfrastructureHierarchy/_7ProductLevel.java50
1 files changed, 50 insertions, 0 deletions
diff --git a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/src/org/eclipse/papyrus/manufacturing/rami40/InfrastructureHierarchy/_7ProductLevel.java b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/src/org/eclipse/papyrus/manufacturing/rami40/InfrastructureHierarchy/_7ProductLevel.java
new file mode 100644
index 00000000000..2b34fbee745
--- /dev/null
+++ b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/src/org/eclipse/papyrus/manufacturing/rami40/InfrastructureHierarchy/_7ProductLevel.java
@@ -0,0 +1,50 @@
+/**
+ */
+package org.eclipse.papyrus.manufacturing.rami40.InfrastructureHierarchy;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>7Product Level</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * </p>
+ * <ul>
+ * <li>{@link org.eclipse.papyrus.manufacturing.rami40.InfrastructureHierarchy._7ProductLevel#getBase_Package <em>Base Package</em>}</li>
+ * </ul>
+ *
+ * @see org.eclipse.papyrus.manufacturing.rami40.InfrastructureHierarchy.InfrastructureHierarchyPackage#get_7ProductLevel()
+ * @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='7-ProductLevel'"
+ * @generated
+ */
+public interface _7ProductLevel extends EObject {
+ /**
+ * Returns the value of the '<em><b>Base Package</b></em>' reference.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Base Package</em>' reference isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Base Package</em>' reference.
+ * @see #setBase_Package(org.eclipse.uml2.uml.Package)
+ * @see org.eclipse.papyrus.manufacturing.rami40.InfrastructureHierarchy.InfrastructureHierarchyPackage#get_7ProductLevel_Base_Package()
+ * @model required="true" ordered="false"
+ * @generated
+ */
+ org.eclipse.uml2.uml.Package getBase_Package();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.papyrus.manufacturing.rami40.InfrastructureHierarchy._7ProductLevel#getBase_Package <em>Base Package</em>}' reference.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Base Package</em>' reference.
+ * @see #getBase_Package()
+ * @generated
+ */
+ void setBase_Package(org.eclipse.uml2.uml.Package value);
+
+} // _7ProductLevel

Back to the top