Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/IPinToParameterLinkCommand.java')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/IPinToParameterLinkCommand.java74
1 files changed, 37 insertions, 37 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/IPinToParameterLinkCommand.java b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/IPinToParameterLinkCommand.java
index 465af4280c6..8c3da3e9713 100644
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/IPinToParameterLinkCommand.java
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/custom-src/org/eclipse/papyrus/uml/diagram/activity/helper/IPinToParameterLinkCommand.java
@@ -1,37 +1,37 @@
-/*****************************************************************************
- * Copyright (c) 2011 Atos.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Arthur Daussy (Atos) - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.uml.diagram.activity.helper;
-
-import org.eclipse.emf.ecore.EAnnotation;
-import org.eclipse.uml2.uml.Parameter;
-import org.eclipse.uml2.uml.Pin;
-
-/**
- * Constant used to create link between {@link Pin} and {@link Parameter}
- *
- * @author arthur daussy
- *
- */
-public interface IPinToParameterLinkCommand {
-
- /**
- * Name of the {@link EAnnotation} use to store the link between a {@link Pin} and a {@link Parameter}
- */
- public static final String PIN_TO_PARAMETER_LINK = "PinToParameterLink";
-
- /**
- * ID use to inform the user that no link exist between a {@link Pin} and a {@link Parameter}
- */
- public static final String NO_PARAMETER_ID = "NO_PARAMETER_ID";
-}
+/*****************************************************************************
+ * Copyright (c) 2011 Atos.
+ *
+ *
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Arthur Daussy (Atos) - Initial API and implementation
+ *
+ *****************************************************************************/
+package org.eclipse.papyrus.uml.diagram.activity.helper;
+
+import org.eclipse.emf.ecore.EAnnotation;
+import org.eclipse.uml2.uml.Parameter;
+import org.eclipse.uml2.uml.Pin;
+
+/**
+ * Constant used to create link between {@link Pin} and {@link Parameter}
+ *
+ * @author arthur daussy
+ *
+ */
+public interface IPinToParameterLinkCommand {
+
+ /**
+ * Name of the {@link EAnnotation} use to store the link between a {@link Pin} and a {@link Parameter}
+ */
+ public static final String PIN_TO_PARAMETER_LINK = "PinToParameterLink";
+
+ /**
+ * ID use to inform the user that no link exist between a {@link Pin} and a {@link Parameter}
+ */
+ public static final String NO_PARAMETER_ID = "NO_PARAMETER_ID";
+}

Back to the top