]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.template2d.ui/src/org/simantics/modeling/template2d/ui/function/FlagInfo.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.modeling.template2d.ui / src / org / simantics / modeling / template2d / ui / function / FlagInfo.java
index 22ce22df1d210c589fcd9d8a5cf5b5daff5c18df..3b156df2366f2c3a337fab0b6201de8de08b43c9 100644 (file)
@@ -1,41 +1,41 @@
-/*******************************************************************************\r
- * Copyright (c) 2012 Association for Decentralized Information Management in\r
- * 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.modeling.template2d.ui.function;\r
-\r
-import org.simantics.databoard.util.Bean;\r
-import org.simantics.db.Resource;\r
-\r
-public class FlagInfo extends Bean {\r
-       \r
-       public Resource flag = null;\r
-       public String flagTableName = "";\r
-       public Integer flagTableRowIndex = -1;\r
-\r
-//     public Resource getFlag() {\r
-//             return flag;\r
-//     }\r
-//     public void setFlag(Resource flag) {\r
-//             this.flag = flag;\r
-//     }\r
-//     public String getFlagTableName() {\r
-//             return slotTableName;\r
-//     }\r
-//     public void setFlagTableName(String slotTableName) {\r
-//             this.slotTableName = slotTableName;\r
-//     }\r
-//     public Integer getFlagTableRowIndex() {\r
-//             return slotTableRowIndex;\r
-//     }\r
-//     public void setFlagTableRowIndex(Integer slotTableRowIndex) {\r
-//             this.slotTableRowIndex = slotTableRowIndex;\r
-//     }\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2012 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.modeling.template2d.ui.function;
+
+import org.simantics.databoard.util.Bean;
+import org.simantics.db.Resource;
+
+public class FlagInfo extends Bean {
+       
+       public Resource flag = null;
+       public String flagTableName = "";
+       public Integer flagTableRowIndex = -1;
+
+//     public Resource getFlag() {
+//             return flag;
+//     }
+//     public void setFlag(Resource flag) {
+//             this.flag = flag;
+//     }
+//     public String getFlagTableName() {
+//             return slotTableName;
+//     }
+//     public void setFlagTableName(String slotTableName) {
+//             this.slotTableName = slotTableName;
+//     }
+//     public Integer getFlagTableRowIndex() {
+//             return slotTableRowIndex;
+//     }
+//     public void setFlagTableRowIndex(Integer slotTableRowIndex) {
+//             this.slotTableRowIndex = slotTableRowIndex;
+//     }
+}