]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/modifiers/EnumerationValue.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.browsing.ui.common / src / org / simantics / browsing / ui / common / modifiers / EnumerationValue.java
index 3d968284675db1d4a6aefb7990e5557ecb2fd77b..af5b02563226e02298a35291eeb8c6712126e642 100644 (file)
@@ -1,40 +1,40 @@
-/*******************************************************************************\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.browsing.ui.common.modifiers;\r
-\r
-/**\r
- * A combination of an graph enumeration and one designated value of the\r
- * enumeration.\r
- * \r
- * @author Tuukka Lehtonen\r
- * \r
- * @param <T>\r
- */\r
-public final class EnumerationValue<T> {\r
-\r
-    private final Enumeration<T> enumeration;\r
-    private final EnumeratedValue<T> enumeratedValue;\r
-\r
-    public EnumerationValue(Enumeration<T> enumeration, EnumeratedValue<T> enumeratedValue) {\r
-        this.enumeration = enumeration;\r
-        this.enumeratedValue = enumeratedValue;\r
-    }\r
-\r
-    public Enumeration<T> getEnumeration() {\r
-        return enumeration;\r
-    }\r
-\r
-    public EnumeratedValue<T> getEnumeratedValue() {\r
-        return enumeratedValue;\r
-    }\r
-\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.browsing.ui.common.modifiers;
+
+/**
+ * A combination of an graph enumeration and one designated value of the
+ * enumeration.
+ * 
+ * @author Tuukka Lehtonen
+ * 
+ * @param <T>
+ */
+public final class EnumerationValue<T> {
+
+    private final Enumeration<T> enumeration;
+    private final EnumeratedValue<T> enumeratedValue;
+
+    public EnumerationValue(Enumeration<T> enumeration, EnumeratedValue<T> enumeratedValue) {
+        this.enumeration = enumeration;
+        this.enumeratedValue = enumeratedValue;
+    }
+
+    public Enumeration<T> getEnumeration() {
+        return enumeration;
+    }
+
+    public EnumeratedValue<T> getEnumeratedValue() {
+        return enumeratedValue;
+    }
+
+}