Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/GeneralProtocolClass.java')
-rw-r--r--plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/GeneralProtocolClass.java100
1 files changed, 50 insertions, 50 deletions
diff --git a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/GeneralProtocolClass.java b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/GeneralProtocolClass.java
index d5e2f78e6..04b415c75 100644
--- a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/GeneralProtocolClass.java
+++ b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/GeneralProtocolClass.java
@@ -1,50 +1,50 @@
-/**
- */
-package org.eclipse.etrice.core.room;
-
-import org.eclipse.emf.common.util.EList;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>General Protocol Class</b></em>'.
- * <!-- end-user-doc -->
- *
- * <!-- begin-model-doc -->
- * <br>The super class of
- * <ul>
- * <li>{@link ProtocolClass}</li>
- * <li>{@link CompoundProtocolClass}</li>
- * </ul>
- *
- * <!-- end-model-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- * <li>{@link org.eclipse.etrice.core.room.GeneralProtocolClass#getAnnotations <em>Annotations</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.eclipse.etrice.core.room.RoomPackage#getGeneralProtocolClass()
- * @model
- * @generated
- */
-public interface GeneralProtocolClass extends RoomClass
-{
- /**
- * Returns the value of the '<em><b>Annotations</b></em>' containment reference list.
- * The list contents are of type {@link org.eclipse.etrice.core.room.Annotation}.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * <!-- begin-model-doc -->
- * <br>This is a list of protocol class annotations.
- *
- * <!-- end-model-doc -->
- * @return the value of the '<em>Annotations</em>' containment reference list.
- * @see org.eclipse.etrice.core.room.RoomPackage#getGeneralProtocolClass_Annotations()
- * @model containment="true"
- * @generated
- */
- EList<Annotation> getAnnotations();
-
-} // GeneralProtocolClass
+/**
+ */
+package org.eclipse.etrice.core.room;
+
+import org.eclipse.emf.common.util.EList;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>General Protocol Class</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <!-- begin-model-doc -->
+ * <br>The super class of
+ * <ul>
+ * <li>{@link ProtocolClass}</li>
+ * <li>{@link CompoundProtocolClass}</li>
+ * </ul>
+ *
+ * <!-- end-model-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ * <li>{@link org.eclipse.etrice.core.room.GeneralProtocolClass#getAnnotations <em>Annotations</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.etrice.core.room.RoomPackage#getGeneralProtocolClass()
+ * @model
+ * @generated
+ */
+public interface GeneralProtocolClass extends RoomClass
+{
+ /**
+ * Returns the value of the '<em><b>Annotations</b></em>' containment reference list.
+ * The list contents are of type {@link org.eclipse.etrice.core.room.Annotation}.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * <!-- begin-model-doc -->
+ * <br>This is a list of protocol class annotations.
+ *
+ * <!-- end-model-doc -->
+ * @return the value of the '<em>Annotations</em>' containment reference list.
+ * @see org.eclipse.etrice.core.room.RoomPackage#getGeneralProtocolClass_Annotations()
+ * @model containment="true"
+ * @generated
+ */
+ EList<Annotation> getAnnotations();
+
+} // GeneralProtocolClass

Back to the top