]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.message/src/org/simantics/message/IMessageDataSchemeExtension.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.message / src / org / simantics / message / IMessageDataSchemeExtension.java
index cda47a2861f61c2256bff3f7f1d6c4ccb6d715ec..6b2daff098e0b77503de7df280be557ba6341c8b 100644 (file)
@@ -1,44 +1,44 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
- * in Industry THTH ry.\r
- * All rights reserved. This program and the accompanying materials\r
- * are made available under the terms of the Eclipse Public License v1.0\r
- * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- *\r
- * Contributors:\r
- *     VTT Technical Research Centre of Finland - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.message;\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- */\r
-public interface IMessageDataSchemeExtension {\r
-\r
-    /**\r
-     * @return\r
-     */\r
-    String getId();\r
-\r
-    /**\r
-     * @return\r
-     */\r
-    String getScheme();\r
-\r
-    /**\r
-     * @return\r
-     */\r
-    String getDescription();\r
-\r
-    /**\r
-     * @return <code>null</code> if there is no handler\r
-     */\r
-    IMessageSchemeHandler getHandler();\r
-\r
-    /**\r
-     * @return\r
-     */\r
-    IReferenceSerializer getSerializer();\r
-\r
+/*******************************************************************************
+ * Copyright (c) 2007, 2010 Association for Decentralized Information Management
+ * in Industry THTH ry.
+ * 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:
+ *     VTT Technical Research Centre of Finland - initial API and implementation
+ *******************************************************************************/
+package org.simantics.message;
+
+/**
+ * @author Tuukka Lehtonen
+ */
+public interface IMessageDataSchemeExtension {
+
+    /**
+     * @return
+     */
+    String getId();
+
+    /**
+     * @return
+     */
+    String getScheme();
+
+    /**
+     * @return
+     */
+    String getDescription();
+
+    /**
+     * @return <code>null</code> if there is no handler
+     */
+    IMessageSchemeHandler getHandler();
+
+    /**
+     * @return
+     */
+    IReferenceSerializer getSerializer();
+
 }
\ No newline at end of file